-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
154 lines (140 loc) · 8.67 KB
/
portfolio.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/portfolio.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script type="text/javascript" src="assets/javascript/portfolio.js"></script>
<script src="https://www.gstatic.com/firebasejs/4.11.0/firebase.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css" integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw"
crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico" />
<title>Portfolio</title>
</head>
<body>
<nav class="navbar">
<div class="container">
<ul class="nav navbar-nav navbar-right">
<li class="navlink">
<a href="index.html" class="navbutton">Home</a>
</li>
<li class="navlink">
<a href="about.html" class="navbutton">About</a>
</li>
<li class="navlink">
<a href="contact.html" class="navbutton">Connect</a>
</li>
<li class="navlink">
<a href="http://www.femaletechfreelancers.com" target="_blank" class="navbutton">Female Tech Freelancers</a>
</li>
</ul>
<div class="navbar-left">
<a href="index.html" class="nav-name">Addie Johnson</a>
</div>
</div>
</nav>
<div class="wrapper container">
<div class="row">
<div class="col-md-12 biobox">
<div class="row">
<div class="col-md-4">
<div class="panel trivia">
<a href="https://addie27.github.io/Trivia-Game/" target="_blank"><div class="panel-heading triviapic"></div></a>
<a href="https://addie27.github.io/Trivia-Game/" target="_blank" class="wording">Trivia Game</a>
<div class="panel-body" id="flip1">Click
<span class="here">here</span> for description</div>
<div class="drop1">
<p>Guess the answers before time runs out!</p>
<p>Technologies Used: HTML, CSS, JS, JQuery, Bootstrap</p>
<a href="https://github.com/Addie27/Trivia-Game">GitHub Repo</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel train">
<a href="https://addie27.github.io/Train-Scheduler/" target="_blank"><div class="panel-heading trainpic"></div></a>
<a href="https://addie27.github.io/Train-Scheduler/" target="_blank" class="wording">Train Scheduler</a>
<div class="panel-body" id="flip2">Click
<span class="here">here</span> for description</div>
<div class="drop2">
<p>Add your train name, time, and frequency. You can find out how far away it is!</p>
<p>Technologies Used: HTML, CSS, JS, JQuery, Bootstrap</p>
<a href="https://github.com/Addie27/Train-Scheduler">GitHub Repo</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel project">
<a href="https://addie27.github.io/Project1/" target="_blank"><div class="panel-heading projectpic"></div></a>
<a href="https://addie27.github.io/Project1/" target="_blank" class="wording">STEM Resources for Philly Kids</a>
<div class="panel-body" id="flip3">Click
<span class="here">here</span> for description</div>
<div class="drop3">
<p>Four person group project designed to connect Philly high school kids to STEM events, tutorials,
and classes.</p>
<p>Technologies Used: HTML, CSS, JS, Bootstrap, APIs, animate.css</p>
<a href="https://github.com/Addie27/Project1">GitHub Repo</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="panel crystal">
<a href="https://powerful-refuge-73813.herokuapp.com/" target="_blank"><div class="panel-heading crystalpic"></div></a>
<a href="https://powerful-refuge-73813.herokuapp.com/" target="_blank" class="wording"> Eat Da Burger App</a>
<div class="panel-body" id="flip4">Click
<span class="here">here</span> for description</div>
<div class="drop4">
<p>Eat the Burger!</p>
<p>Technologies Used: HTML,CSS, Bootstrap, Node.js, Express, Handlebars</p>
<a href="https://github.com/Addie27/burger">GitHub Repo</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel mamazon">
<a href="https://secure-thicket-86420.herokuapp.com/" target="_blank"><div class="panel-heading mamazonpic"></div></a>
<a href="https://secure-thicket-86420.herokuapp.com/" target="_blank" class="wording">Vintage Store <span class="production">(in production)</span></a>
<div class="panel-body" id="flip5">Click
<span class="here">here</span> for description</div>
<div class="drop5">
<p>A vintage clothing boutique. Please note this site may take a moment to load.</p>
<p>Technologies Used: React, CSS, Bootstrap, Node.js, mySQL, Sequelize, Express, Nodemailer,
Stripe.js</p>
<a href="https://github.com/SaraBroad/vintage-store">GitHub Repo</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel friendfinder">
<a href="https://fierce-falls-38645.herokuapp.com/" target="_blank"><div class="panel-heading friendpic"></div></a>
<a href="https://fierce-falls-38645.herokuapp.com/" target="_blank" class="wording">Friend Finder</a>
<div class="panel-body" id="flip6">Click
<span class="here">here</span> for description</div>
<div class="drop6">
<p>Find a compatible friend!</p>
<p>Technologies Used: HTML,CSS, Bootstrap, Node.js, Express</p>
<a href="https://github.com/Addie27/friendFinder">GitHub Repo</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<small>©Copyright 2018, Addie Johnson</small>
</footer>
</body>
</html>