-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
190 lines (181 loc) · 8.88 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134176907-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-134176907-1');
</script>
<title>Blog - T.T. Ouzounellis Kavlakonis</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="description" content="Blog - T.T. Ouzounellis Kavlakonis">
<meta name="author" content="T.T. Ouzounelis Kavlakonis">
<meta type="image" property="og:image"
content="https://storage.googleapis.com/www.theodorosouzounellis.com/images/favicon.PNG">
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/blogCollection.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" style="background-color: #e3f2fd;">
<a class="navbar-brand" data-value="home" href="#">
Blog <TTOK>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" data-value="home" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="blog-featured" href="#">Featured</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="blog-collection" href="#">Collection</a>
</li>
<li>
<a class="nav-link" data-value="blog-collection" href="#">Contact</a>
</li>
</ul>
</div>
</nav>
<!--Header-->
<header class="header" id="home">
<div class="container">
<div class="des-welcome">
<h1>I see you discovered my blog.</h1>
<p>I just started this blog so although there are not many blog
posts now there are certainly many more to come. Please feel free to
explore and leave some feedback using the form at the bottom of the page.</p>
</div>
</div>
</header>
<!--Blog-Feautured--->
<div class="blog" id="blog-featured">
<div class="overlay"></div>
<div class="container">
<h1 class="text-center">Featured</h1>
<div class="row">
<!--Using Azure to visualize climate change-->
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/blog/azureNotebooks.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Visualizing Climate Change Using Azure Notebooks</h4>
<p class="card-text">A tutorial on how to use Azure Notebooks to visualize Climate Change
using basic ML
Libraries.</p>
</div>
<div class="card-footer">
<a href="blogs/visualizingClimateChange/visualizingClimateChange.html">Read</a>
</div>
</div>
</div>
<!--Finance with python-->
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/blog/pythonForFinance.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Python for Finance Part 1</h4>
<p class="card-text">In this 2 part series learn how to use Python to obtain and visualize
Financial data.</p>
</div>
<div class="card-footer">
<a href="blogs/pythonInFinance/pt1/pythonInFinancePt1.html">Read</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Collection-->
<div class="blog" id="blog-collection">
<div class="overlay"></div>
<div class="container">
<h1 class="text-center">Collection</h1>
<div class="row">
<!--Using Azure to visualize climate change-->
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/blog/azureNotebooks.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Visualizing Climate Change Using Azure Notebooks</h4>
<p class="card-text">A tutorial on how to use Azure Notebooks to visualize Climate Change
using basic ML
Libraries.</p>
</div>
<div class="card-footer">
<a href="blogs/visualizingClimateChange/visualizingClimateChange.html">Read</a>
</div>
</div>
</div>
<!--Finance with python-->
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/blog/pythonForFinance.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Python for Finance Part 1</h4>
<p class="card-text">In this 2 part series learn how to use Python to obtain and visualize
Financial data.</p>
</div>
<div class="card-footer">
<a href="blogs/pythonInFinance/pt1/pythonInFinancePt1.html">Read</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact form -->
<div class="contact-form" id="contact">
<div class="container">
<div class="overlay"></div>
<form action="https://formspree.io/[email protected]" method="POST">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<h1>Get in Touch</h1>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 right">
<div class="form-group">
<input type="text" class="form-control form-control-lg" placeholder="Your Name" name="name">
</div>
<div class="form-group">
<input type="email" class="form-control form-control-lg" placeholder="[email protected]"
name="email">
</div>
<div class="form-group">
<textarea class="form-control form-control-lg" name="message"
placeholder="Message"></textarea>
</div>
<input type="submit" class="btn btn-secondary btn-block" value="Send" name="" onclick="">
</div>
</div>
</form>
</div>
<h7 style="font-size: 0.7em">Created by T.T.Ouzounellis Kavlakonis</h7>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src='./js/main.js'></script>
</body>