-
Notifications
You must be signed in to change notification settings - Fork 0
/
email.html
117 lines (101 loc) · 4.12 KB
/
email.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<meta charset="utf-8">
<title>Tyler Feickert</title>
<link rel="stylesheet" type="text/css" href="portfolio.css"/>
</head>
<body>
<header>
<h2 class="name">Tyler Feickert</h2>
<p class="name-description">full stack web developer</p>
</header>
<!-- Introduction section -->
<section id="introduction">
<!-- <hr/> -->
<h3 class="section-heading">Hello...</h3>
<div id="introduction-text">
<p id="reach-me">Reach me at tmfeickert at gmail.</p>
</div>
</section>
<hr/>
<!-- <section> -->
<section>
<h3 class="section-heading">Find Me</h3>
<div class="container-fluid">
<a href="https://greenhub.com/eggplantzzz">
<div class="green tile col-sm-3">
<img id="small-git" src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-branch-512.png"></img>
</div>
</a>
<div class="col-sm-1"></div>
<a href="https://www.linkedin.com/in/tyler-feickert-4b9b0b11b">
<div class="orange tile col-sm-3">
<img id="small-linked" src="https://cdn3.iconfinder.com/data/icons/free-social-icons/67/linkedin_circle_black-512.png"></img>
</div>
</a>
<div class="col-sm-1"></div>
<a href="email.html">
<div class="blue tile col-sm-4"><img id="small-contact" src="http://www.koptostudios.com/images/email-icon_black.png"></img></div>
</a>
</div>
<div class="container-fluid">
<div class="tile-caption col-sm-3">
<p>Github</p>
</div>
<div class="col-sm-1"></div>
<div class="tile-caption col-sm-3">
<p>LinkedIn</p>
</div>
<div class="col-sm-1"></div>
<div class="tile-caption col-sm-3">E-mail Me</div>
</div>
</section>
<!-- </section> -->
<hr/>
<!-- <section> -->
<section>
<h3 class="section-heading">Sample Projects</h3>
<div class="container-fluid">
<a href="http://game-of-life123.herokuapp.com/index.html">
<div class="orange tile col-sm-3">
<img id="small-dots" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/3x3dot-black.svg/2000px-3x3dot-black.svg.png"></img>
</div>
</a>
<div class="col-sm-1"></div>
<a href="http://flack-app.herokuapp.com/">
<div class="blue tile col-sm-3">
<img id="small-linked" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Black_pencil.svg/2000px-Black_pencil.svg.png"></img>
</div>
</a>
<div class="col-sm-1"></div>
<a href="http://food-truck-tracker123.herokuapp.com/">
<div class="green tile col-sm-3">
<img id="small-linked" src="http://image.flaticon.com/icons/png/128/66/66476.png"></img>
</div>
</a>
</div>
<div class="container-fluid">
<div class="tile-caption col-sm-3">Game of Life Simulator
</div>
<div class="col-sm-1"></div>
<div class="tile-caption col-sm-3">Flack Messaging App
</div>
<div class="col-sm-1"></div>
<div class="tile-caption col-sm-3">Food Truck Tracker
</div>
</div>
</div>
</section>
<!-- </section> -->
<footer>
<p>Made by Tyler Feickert in San Diego. 2016</p>
</footer>
</body>
</html>