-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython.html
239 lines (210 loc) · 10.2 KB
/
python.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108647015-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108647015-2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Denys - Fully Responsive CV Website">
<link rel="icon" href="assets/images/favicon.ico">
<title>Nate Denys</title>
<!-- Stylesheets -->
<!-- Bootstrap -->
<link href="assets/stylesheets/css/bootstrap/bootstrap.css" rel="stylesheet">
<!-- font-awesome.css -->
<link href="assets/stylesheets/css/fontawesome/font-awesome.css" rel="stylesheet">
<!-- pe-icon.css -->
<link href="assets/stylesheets/css/pe-icon/pe-icon-7-stroke.css" rel="stylesheet">
<link href="assets/stylesheets/css/pe-icon/helper.css" rel="stylesheet">
<!-- Animate.css -->
<link href="assets/stylesheets/css/animate.css" rel="stylesheet">
<!-- Owl Carousel -->
<link href="assets/stylesheets/css/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="assets/stylesheets/css/owl-carousel/owl.theme.css" rel="stylesheet">
<!-- Slick -->
<link href="assets/stylesheets/css/slick/slick.css" rel="stylesheet">
<link href="assets/stylesheets/css/slick/slick-theme.css" rel="stylesheet">
<!-- Main CSS -->
<link href="assets/stylesheets/css/style.css" rel="stylesheet">
<!-- <link href="assets/stylesheets/css/color-scheme.css" rel="stylesheet"> -->
<!-- Font style live -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<!-- Style Switcher -->
<link href="assets/stylesheets/css/switcher/switcher.css" rel="stylesheet">
<link href="assets/stylesheets/css/colors/orange.css" id="switch_style" rel="stylesheet"/>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="80" class="slideshowbody">
<div class="preloader">
<div class="image-container">
<div class="image"><img src="assets/images/preloader.gif" alt=""></div>
</div>
</div>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a target="_blank" class="navbar-brand" href="index.html"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#about">About Me</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#education">Education</a></li>
<li><a href="index.html#employment">Work Experience</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Banner Section Begin -->
<section class="banner" id="home" style="background: url(assets/images/heros/hero5.jpg) center; background-size: cover;">
<!-- <div class="overlay"></div>
--> <div class="banner-content">
<div class="container">
<div class="col-md-12">
<div class="subtitle">
<p>I am Nate Denys</p>
</div>
<div class="title">
<h1 id="typed"></h1>
</div>
<div class="buttons">
<a target="_blank" href="./index.html#about" class="def-btn">About Me</a>
</div>
<div class="buttons">
<a target="_blank" href="./resume.pdf" class="def-btn">View Resume</a>
</div>
</div>
</div>
<div class="scroll-info">
<a href="#portfolio">
<div class="shape">
<i class="fa fa-angle-down"></i>
</div>
</a>
</div>
</div>
</section>
<!-- Portfolio Single Section Begin -->
<section class="portfolio-single" id="portfolio">
<div class="title section-title bg-section text-center bottom-shape wow animated fadeIn">
<div class="title-icon-container">
<div class="title-icon"><i class="pe-7s-rocket pe-2x pe-va"></i></div>
</div>
<h1>Python Data Engineering Projects</h1>
<span class="portfolio-category">Utilizing Python and API's</span>
</div>
<div class="container-medium clearfix">
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide wow animated fadeIn" data-ride="carousel">
<!-- Indicators -->
<!-- <ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol> -->
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="assets/images/projects/cloudshot.png" alt="Portfolio image">
</div>
<!-- <div class="item">
<img src="assets/images/projects/yelpcamp1.jpg" alt="Portfolio image">
</div>
<div class="item">
<img src="assets/images/projects/yelpcamp3.jpg" alt="Portfolio image">
</div> -->
</div>
<!-- Controls -->
<!-- <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<div class="control-button left"><i class="fa fa-angle-left"></i></div>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<div class="control-button right"><i class="fa fa-angle-right"></i></div>
<span class="sr-only">Next</span>
</a> -->
</div>
</div>
<div class="col-md-6 description">
<h3 class="textbold wow animated fadeIn">Clouds</h3>
<p class=" wow animated fadeIn">Clouds is a Python application that pulls data from a financial market API. It then uses Pandas and a TA library to interpret prices. And finally pushes results to a Google Spreadsheet where multi timeframe analysis produces an overview of the market.</p>
<a class="def-btn wow animated fadeIn" href="https://docs.google.com/spreadsheets/d/1mNcDRllfcQdq02F8h1xaFoGM8Es_4mpFvE61h5N88kY/edit?usp=sharing">Visit Site</a>
</div>
</div>
<div class="related-project wow animated fadeIn">
<div class="col-md-6 prev-project text-right" style="background: url(assets/images/projects/bootstrap_left.jpg) center; backround-size: cover;">
<div class="overlay"></div>
<div class="content">
<a target="_blank" href="portfolio-list.html#portfolio" class="def-btn"><i class="fa fa-chevron-left"></i> Older Projects </a>
</div>
</div>
<div class="col-md-6 next-project lighter" style="background: url(assets/images/projects/react_right.jpg) center; backround-size: cover;">
<div class="overlay"></div>
<div class="content">
<a target="_blank" href="completed_sites.html#portfolio" class="def-btn"> Responsive Projects<i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</section>
<!-- Footer Section Begin -->
<section class="footer">
<div class="container">
<div class="top-text">More of Me</div>
<div class="col-md-12 col-sm-12 links">
<ul>
<li class="social-icons">
<a target="_blank" href="https://github.com/ndenys650" data-toggle="tooltip" title="Check out my commits!">
<div class="circle">
<i class="fa fa-github"></i>
</div>
</a>
<a target="_blank" href="https://twitter.com/denysfoodisgood" data-toggle="tooltip" title="Follow Me!">
<div class="circle">
<i class="fa fa-twitter"></i>
</div>
</a>
<a target="_blank" href="https://www.linkedin.com/in/nate-denys/" data-toggle="tooltip" title="Link Up!">
<div class="circle">
<i class="fa fa-linkedin"></i>
</div>
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-sm-12 copyright">
<h6>© Nate Denys - <script>
document.write(new Date().getFullYear())
</script></h6>
</div>
</div>
</section>
<!-- JavaScripts -->
<script src="assets/javascripts/jquery.min.js"></script>
<script src="assets/javascripts/bootstrap.min.js"></script>
<script src="assets/javascripts/typed.min.js"></script>
<script src="assets/javascripts/jquery.parallax-1.1.3.js"></script>
<script src="assets/javascripts/owl.carousel.js"></script>
<script src="assets/javascripts/isotope.pkgd.min.js"></script>
<script src="assets/javascripts/jquery.countTo.js"></script>
<script src="assets/javascripts/wow.min.js"></script>
<script src="assets/javascripts/slick.js"></script>
<script src="assets/javascripts/jquery.appear.min.js"></script>
<script src="assets/javascripts/masonry.pkgd.min.js"></script>
<script src="assets/javascripts/custom.js"></script>
</body>
</html>