-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
37 lines (33 loc) · 1.18 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
</head>
<body>
<nav>
<ul id="topnav">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<div id="header1">
<h1>Welcome to my portfolio, maybe.</h1>
</div>
<p id="paragraph1">This is where I will show off my sick webdev content /s.<br>
This site is hosted on <a id="githublink" href="https://github.com/picklenebula/picklenebula.github.io"
target="_blank">github</a>!
<br>Feel free to look at my janky code there.
</p>
<div id="btncenterGit">
<p>
<a id="mobilebutton" href="https://github.com/picklenebula/picklenebula.github.io"
target="_blank">github</a>
</p>
</div>
<script src="scripts/default.js" type="text/javascript"></script>
</body>
<link href="styles/nav.css" rel="stylesheet">
</html>