-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (65 loc) · 2.53 KB
/
index.html
File metadata and controls
66 lines (65 loc) · 2.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<!-- Tell browser that this site is responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Cache control for developing the site on gh-pages -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- CSS files to load -->
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link href="./assets/style.css?v=1" type="text/css" rel="stylesheet" />
<title>Home | CSF</title>
<meta name="wot-verification" content="19dae3befb12287217ba"/>
</head>
<body>
<!-- Used for first section background -->
<main>
<div class="content">
<div class="nav">
<a href="./">
<button class="special" style="font-size: 25px;">
Csf<span class="color-blue">30816</span>
</button>
</a>
<a href="./about.html">
<button style="font-size: 25px;">
About
</button>
</a>
<a href="./products.html">
<button style="font-size: 25px;">
Products
</button>
</a>
</div>
<div class="center">
<div class="box">
<h2>Csf<span class="color-blue">30816</span></h2>
<p>A responsive full-stack webdeveloper and a Scratcher.</p>
<p style="margin: 0;">
<!-- Icons by http://icons8.com/ -->
<a href="http://github.com/csf30816">
<img src="https://png.icons8.com/github/nolan/48" title="GitHub" width="48" height="48">
</a>
<a href="mailto:csf30816@yandex.com">
<img src="https://png.icons8.com/email/nolan/48" title="Email" width="48" height="48">
</a>
<a href="https://plus.google.com/105474364383646034818">
<img src="https://png.icons8.com/google-plus/nolan/48" title="Google+" width="48" height="48">
</a>
<a href="https://www.behance.net/csf30816b05a">
<img src="https://png.icons8.com/paint-palette/nolan/48" title="Behance" width="48" height="48">
</a>
</p>
</div>
</div>
</div>
</main>
<div class="section">
</div>
</body>
</html>