-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 825 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - githubpage</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<script src="js/index.js"></script>
<h1>Startpage obrian.ch</h1>
<div class="buttons">
<button class="neumorphic">
<i class="fa-light fa-fire"></i>
<span>Personal Blog</span>
</button>
<button class="neumorphic">
<i class="fa-brands fa-github"></i>
<span>Github</span>
</button>
<button class="neumorphic">
<i class="fa-brands fa-linkedin"></i>
<span>Linkedin</span>
</button>
<button class="neumorphic" onclick="notifyMe()">
<i class="fa-light fa-atom"></i>
<span>Notify me!</span>
</button>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>