-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (66 loc) · 3.57 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Adam Tew</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47753222-2', 'auto');
ga('send', 'pageview');
</script>
</head><body>
<div class="page-content">
<div class="wrapper">
<div class="profile__container">
<div class="profile__content">
<img class="profile--image" src="./source/img/me.jpg" />
<a href="https://twitter.com/adamjtew">
<span class="icon icon--large">
<svg class="icon" viewBox="0 0 16 16"><use xmlns:xlink="//www.w3.org/1999/xlink" xlink:href="./source/img/sprites.svg#twitter"></use></svg>
</span>
</a><a href="mailto:adamjtew@gmail.com">
<span class="icon icon--large">
<svg class="icon" viewBox="0 0 16 16"><use xmlns:xlink="//www.w3.org/1999/xlink" xlink:href="./source/img/sprites.svg#email"></use></svg>
</span>
</a><a href="https://github.com/adamtew">
<span class="icon icon--large">
<svg class="icon" viewBox="0 0 16 16"><use xmlns:xlink="//www.w3.org/1999/xlink" xlink:href="./source/img/sprites.svg#github"></use></svg>
</span>
</a> </div>
<h1 class="text--title text--center">Adam Tew</h1>
</div>
<br />
<p>I'm a programmer. Currently attending Utah State University while doing contract work on the side.</p>
<p>I was born in Salt Lake City, UT but spent most of my teenage years in Reno, NV.</p>
<p>I love to get away from work or school to do my own stuff, which usually includes time with family, coding personal projects, or researching code.</p>
<h2>Projects</h2>
<ul>
<li><a href="http://www.adamtew.com/flex-grid/"><b>Flex-Grid</b></a> - I've been doing a number of wordpress articles and felt like making a grid system with flexbox for the layout.
<ul>
<li><i>html, css/scss, js, gulp</i> - <a href="https://github.com/adamtew/flex-grid">code</a></li>
</ul>
</li><li><a href="http://www.adamtew.com/css/"><b>My CSS</b></a> - I recently started playing around with some front-end css animations.
<ul>
<li><i>html, css, js</i> - <a href="https://github.com/adamtew/css">code</a></li>
</ul>
</li><li><a href="http://www.adamtew.com/#allposts"><b>Blog</b></a> - Everything from computer science to chemistry. Just a fun place a like to collect my thoughts.
<ul>
<li><i>html, css, jekyll, mathjax, markdown</i> - <a href="https://github.com/adamtew/adamtew.github.io">code</a></li>
</ul>
</li><li><a href="http://www.adamtew.com/periodic-table/"><b>Periodic Table</b></a> - Fun personal project because I'm taking chemistry this semester.
<ul>
<li><i>html, css, react, js</i> - <a href="https://github.com/adamtew/periodic-table">code</a></li>
</ul>
</li><li><a href="https://github.com/adamtew/CFDjango/"><b>CFDjango</b></a> - A ColdFusion framework I was building while doing some contract work.
<ul>
<li><i>ColdFusion</i> - <a href="https://github.com/adamtew/CFDjango">code</a></li>
</ul>
</li> </ul>
</div>
</div>
</body>
</html>