html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@vite(['resources/css/app.css','resources/css/home.css', 'resources/css/layout.css', 'resources/js/home.js'])
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<title>Home</title>
</head>
<body>
<div class="scrollmenu">
<img src="{{ asset('/asset/img/uml.jpg') }}" width="480" height="480" ><!-- 1 INTERNET -->
<img src="{{ asset('/asset/img/frontend.jpg') }}"width="480" height="480" ><!-- 2 FRONTEND -->
<img src="{{ asset('/asset/img/backend.jpg') }}"width="480" height="480" ><!-- 3 BACKEND -->
<img src="{{ asset('/asset/img/uml.jpg') }}"width="480" height="480" ><!-- 4 FULLSTACK -->
<img src="{{ asset('/asset/img/uml.jpg') }}" width="480" height="480" > <!-- 5 ONDERHOUDBARE SOFTWARE -->
<img src="{{ asset('/asset/img/git.jpg') }}" width="480" height="480" > <!-- 6 TOOLING -->
<img src="{{ asset('/asset/img/uml.jpg') }}"width="480" height="480" ><!-- 7 SCRUM -->
</div>
</body>
</html>
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@vite(['resources/css/app.css','resources/css/home.css', 'resources/css/layout.css', 'resources/js/home.js'])
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<title>Home</title>
</head>
<body>
<div class="scrollmenu">
<img src="{{ asset('/asset/img/uml.jpg') }}" width="480" height="480" ><!-- 1 INTERNET -->
<img src="{{ asset('/asset/img/frontend.jpg') }}"width="480" height="480" ><!-- 2 FRONTEND -->
<img src="{{ asset('/asset/img/backend.jpg') }}"width="480" height="480" ><!-- 3 BACKEND -->
<img src="{{ asset('/asset/img/uml.jpg') }}"width="480" height="480" ><!-- 4 FULLSTACK -->
<img src="{{ asset('/asset/img/uml.jpg') }}" width="480" height="480" > <!-- 5 ONDERHOUDBARE SOFTWARE -->
<img src="{{ asset('/asset/img/git.jpg') }}" width="480" height="480" > <!-- 6 TOOLING -->
<img src="{{ asset('/asset/img/uml.jpg') }}"width="480" height="480" ><!-- 7 SCRUM -->
</div>
</body>
</html>