-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutMe.html
44 lines (40 loc) · 1.45 KB
/
aboutMe.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Me</title>
<meta name="description" content="Contact Details">
<meta name="author" content="SilverSilence">
<script src="js/tiltandtap.js"></script>
<link rel="stylesheet" href="css/aboutMe.css?v=1.0">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
</head>
<body>
<header>
<nav class="nav_container">
<canvas class="nav_div" id="binary_bar"></canvas>
<div class="nav_div"><p><a href="/index.html">Home</a></p></div>
<div class="nav_div"><p><a href="/aboutMe.html">About Me</a></p></div>
</nav>
<script src="js/binary.js">
</script>
</header>
<h1>Profile</h1>
<div class="description">
<div class="desc_item profile_image"><img src="https://upload.wikimedia.org/wikipedia/commons/9/99/CoderDojo_Logo.png"></div>
<ul>
<li>Bachelor in Computer Science</li>
<li>Eager To Learn</li>
<li>Like Programming</li>
<li><a href="https://github.com/SilverSilence">Github Repository</a></li>
<li>Find My Email On Github</li>
<li>Yes, this page is still a bit empty :p</li>
</ul>
<!--<div class="desc_item attributes"></div>
<div class="desc_item repo_links"></div>-->
</div>
<div class="separator"></div>
<footer>
</footer>
</body>
</html>