forked from josealvesmacieljunior/logikblok.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.29 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>logikblok</title>
<meta name="description" content="The github page of Suraj Rai">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Hey check you out reading this stuff, want to collaborate on something?
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="two-thirds column" style="margin-top: 15%">
<h2>Hello,</h2>
<p>This is the GitHub page of <a href="https://logikblok.com">Suraj Rai</a>.</p>
<p>I’m interested in learning and making new things.</p>
<p>Find my <a href="/sketches">sketches here</a> and my <a href="https://blog.logikblok.com/">writing here</a>.</p>
<p>I'm on Twitter <a href="https://twitter.com/logikblok">here</a>.</p>
</div>
</div>
</div>
<!-- Thanks for coming
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>