-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (76 loc) · 2.62 KB
/
index.html
File metadata and controls
99 lines (76 loc) · 2.62 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.58.3" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> Dillon Jones · Dillon Jones </title>
<link rel="stylesheet" href="/css/main.css">
<link rel="apple-touch-icon-precomposed" sizes="192x192" href="/favicon-192x192.png">
<link rel="shortcut icon" href="/favicon-32x32.png">
<script src="js/greensock-js/TweenMax.min.js"></script>
<script src="/js/greensock-js/plugins/ScrollToPlugin.min.js"></script>
<script src="js/dj.js"></script>
</head>
<body class=" home">
<header>
<h1 class="hidden">DillonJones.com</h1>
<nav id="navigtion">
<h3 class="hidden">Site Navigation</h3>
<input type="checkbox" id="open-menu">
<label for="open-menu" class="open-menu-label"></label>
<div id="logo-container">
<a id="logo" href="/">DJ</a>
</div>
<div class="nav-links">
<a href="/blog"><span>Blog</span></a>
<a href="/projects" id="projects-nav"><span>Projects</span></a>
<a href="/about"><span>About</span> <span class="hidden">Me</span></a>
</div>
</nav>
</header>
<section>
<div class="lead">
<h1>Dillon Jones</h1>
<span class="tagline">I'm a web developer, and I love <a class="what-i-do" href="#projects-box-header">what I do.</a></span>
<object data="web-doodles/bust/index.html?demo=true&rotate=true" width="100%" allowtransparency="true"></object>
</div>
<h2 id="projects-box-header" class="section-header">Projects</h2>
<div class="projects-box">
<div>
<a href="/projects/3D_bust/">
<img src="img/bust.gif">
</a>
</div>
<div>
<a href="/projects/cnc/">
<img src="img/cnc.gif">
</a>
</div>
<div>
<a href="/projects/WendellWallach/">
<img src="img/tech-ethics.gif">
</a>
</div>
</div>
<div class="blog-box">
<h2 class="section-header">Blog</h2>
<ul>
<li>
<a href="/blog/readme/">README</a>
</li>
<li>
<a href="/blog/short_test/">Short</a>
</li>
<li>
<a href="/blog">More »</a>
</li>
</ul>
</div>
</section>
<footer id="footer">
<a href="https://github.com/dj0nes/">Github</a>
<a href="https://twitter.com/DillonzJones">Twitter</a>
<span>Copyright 2020 by Dillon Jones</span>
</footer>
</body>
</html>