-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
48 lines (35 loc) · 1.75 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en-US">
<head>
<title> ItsDaBenji </title>
<link rel="icon" type="Image" href="Assets/Images/BungoV2.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="ItsDaBenji.github.io" target="_blank">
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<img src="Assets/Images/WebsiteBanner.png" alt="Logo-Centered" style="width: 1920px; margin-top:-10px; margin-bottom: -20px; margin-left:-10px;max-width: 100%;">
<nav>
<div class="grid-container">
<a href="index.html" target="_self" class="grid-item">Home</a>
<a href="projects.html" target="_self" class="grid-item">Projects</a>
<div class="grid-item" class="grid-item"><strong>Links</strong></div>
<a href="about.html" target="_self" class="grid-item">About Me</a>
</div>
</nav>
<br>
<br>
<br>
<br>
<br>
<a href="https://www.youtube.com/channel/UCMQ4oo-7ECFHw4SWWUwVbsg"><img src="Assets/Logos/YoutubeLogo.png" alt="YouTube Logo" class="projectIcon"></a>
<br>
<p>Check out my YouTube Channel, where I upload devlogs about my projects, large and small!</p>
<a href="https://itsdabenji.itch.io/"><img src="Assets/Logos/Itch.IO.jpg" alt="itchLogo" class="projectIcon"></a>
<br>
<p>Check out my Itch.IO page, where I post some of the game projects that I've worked on!</p>
<a href="https://www.artstation.com/itsdaschoolbenji"><img src="Assets/Logos/ArtStationLogo.png" alt="ArtStatio logo" class="projectIcon"></a>
<br>
<p>Check out my ArtStation, where I upload all of my awesome art!</p>
</body>
</html>