-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (125 loc) · 6.94 KB
/
index.html
File metadata and controls
146 lines (125 loc) · 6.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Homepage for CodeFay">
<meta name="keywords" content="Full Stack Developer, FreeCodeCamp, CodeFay">
<meta name="author" content="CodeFay">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fay++, Full Stack Developer</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Playfair+Display:700i|Raleway'>
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body class = "container">
<div class="splash">
<h2 id="title">Fay + +</h2>
<p>
A full stack developer in training
</p>
<div id="contactDiv">
<br>
<a target="_blank" href="https://github.com/CodeFay"><img class="icon" src="https://res.cloudinary.com/codefay/image/upload/e_blackwhite/v1493241158/GitHub-Mark-64px_1_mgouun.png" /></a>
<a target="_blank" href="https://www.freecodecamp.com/codefay"><img class="icon" src="https://res.cloudinary.com/codefay/image/upload/v1493241514/free-code-camp-logo_onxgdw.svg" /></a>
<a target="_blank" href="https://codepen.io/CodeFay/"><img class="icon" src="https://res.cloudinary.com/codefay/image/upload/v1493241514/codepen-256-black_ljnwgf.png" /></a>
</div>
<h5 id="click"> Click or tap to turn over </h5>
</div>
<div class="portfolio container">
<h2 style="text-align: center; padding-bottom:12px;">Portfolio</h2>
<!-- start port -->
<div class="row">
<div class="col">
<h5> URL Shortener </h5>
<a target="_blank" href="https://cfurl.herokuapp.com/">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1493331887/URLShort_ajow8i.png" />
</a>
<p> Node, Express, Heroku </p>
</div>
<div class="col">
<h5> Recipe Box</h5>
<a target="_blank" href="https://codepen.io/CodeFay/full/PWWKmM/">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1493330756/ReactRecipeBox_rqw9bb.png" />
</a>
<p> React, JS, HTML, SCSS </p>
</div>
<div class="col">
<h5> FCC Leaderboard </h5>
<a target="_blank" href="https://codepen.io/CodeFay/full/VPamMX/">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1493330756/ReactLeaderboard_szawdu.png" />
</a>
<p> React, JS, HTML, SCSS </p>
</div>
</div>
<div class="row">
<div class="col">
<h5> Global Meteorite Landings </h5>
<a target="_blank" href="https://codepen.io/CodeFay/full/rmLVGg/">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1493331600/meteorite_g13mhg.png" />
</a>
<p> D3, datamaps, JS, HTML, CSS </p>
</div>
<div class="col">
<h5> Simon Game </h5>
<a target="_blank" href="http://s.codepen.io/CodeFay/full/mErOgp">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1466471242/Simon_rb2uhb.jpg" />
</a>
<p> JS, HTML, CSS </p>
</div>
<div class="col">
<h5> Tic-Tac-Toe </h5>
<a target="_blank" href="http://s.codepen.io/CodeFay/full/beEOoa">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1466471033/TTT_twsxfk.jpg" />
</a>
<p> JS, HTML, CSS</p>
</div>
</div>
<div class="row">
<div class="col">
<h5> Wikipedia Viewer </h5>
<a target="_blank" href="http://s.codepen.io/CodeFay/full/YqYgwX">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1466471242/WikiViewer_fkqbfi.jpg" />
</a>
<p>JS, HTML, CSS, Wiki API</p>
</div>
<div class="col">
<h5> Local Weather App</h5>
<a target="_blank" href="http://s.codepen.io/CodeFay/full/dMVEbr">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1466471242/WeatherApp_thhsmy.jpg" />
</a>
<p> JS, jQuery, HTML, CSS, openWeather API </p>
</div>
<div class="col">
<h5> JS Calculator </h5>
<a target="_blank" href="http://s.codepen.io/CodeFay/full/LNQRzy">
<img class="img-responsive" src="https://res.cloudinary.com/codefay/image/upload/v1466471241/JS_Calc_efeqpq.jpg" />
</a>
<p> JS, jQuery, HTML, CSS </p>
</div>
</div>
</div>
</body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/js/bootstrap.min.js'></script>
<script>
function flip() {
// $('.card').toggleClass('flipped');
$('.portfolio').css('visibility', $('.portfolio').css('visibility') == 'hidden' ? 'visible' : 'hidden');
$('.splash').css('visibility', $('.splash').css('visibility') == 'hidden' ? 'visible' : 'hidden');
}
$(document).keypress(function(event) {
flip();
});
$(document).on('touchstart click', function(event) {
flip();
});
$('.img-responsive').on('touchstart click', function(event) {
event.stopPropagation();
});
$('.icon').on('touchstart click', function(event) {
event.stopPropagation();
});
</script>
</body>
</html>