-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·62 lines (59 loc) · 1.94 KB
/
index.html
File metadata and controls
executable file
·62 lines (59 loc) · 1.94 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
<!DOCTYPE HTML>
<html>
<head>
<title>idk code</title>
<link rel="stylesheet" type="text/css" href="rings.css" />
<link rel="stylesheet" type="text/css" href="manhattan.css" />
<meta charset="UTF-8">
<meta name="description" content="My journey from I don't know code to I didn't know code. View my portfolio and follow me on my blog.">
<meta name="author" content="Chris Thurber">
</head>
<body class="manhattan" id="mainSplash">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8364663-7', 'auto');
ga('send', 'pageview');
</script>
<div id="landing">
<div id="welcome">
<div class="title"><p id="titleLine">idk code</p></div>
<div class="titleSub"><p id="subLine">by chris thurber</p></div>
</div>
<div id="navigation">
<a class="nav" href="code.html">
<div class="ring" id="ringCode">
code
</div>
</a>
<a class="nav" href="photo.html">
<div class="ring" id="ringFlickr">
photo
</div>
</a>
<a class="nav" href="food.html">
<div class="ring" id="ringBlog">
food
</div>
</a>
<a class="nav" href="about.html">
<div class="ring" id="ringAbout">
about
</div>
</a>
</div>
<div id="motto">
<p id="mottoLine">going from i <i>don't</i> know code<br>
to i <i>didn't</i> know code</p>
</div>
<div id="copy_slot">
<p id="copy" class="mainfooter">Designed in New York by <a class="memail_link" href="mailto:chris@idkcode.com">Chris Thurber</a><br />Copyright 2017, All Rights Reserved</p>
</div>
</div>
<div id="backgroundslot">
<img src="gifs/working.gif" class="bacg" alt="" />
</div>
</body>
</html>