-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmysketchs.html
56 lines (44 loc) · 1.23 KB
/
mysketchs.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
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Radamés Sketchs @ F-Lab Space</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container" style="margin-top: 6rem; text-align: center;">
<h1>My Sketchs</h1>
<div class="row">
<div class="one-third column">
<div>
<a href="hacknights/">
<h5>Hacknights</h5>
<img class="value-img" src="imgs/hacknights.png" width="200px">
</a>
</div>
</div>
<div class="one-third column">
<div>
<a href="02-animation/">
<h5>Animation</h5>
<img class="value-img" src="imgs/animation.png" width="200px">
</a>
</div>
</div>
<div class="one-third column">
<div>
<a href="01-start/">
<h5>Start</h5>
<img class="value-img" src="imgs/start.png" width="200px">
</a>
</div>
</div>
</div>
</div>
</body>
</html>