-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
111 lines (102 loc) · 5.15 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
<!doctype html>
<html class="no-js" lang="">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CJ57LFLDJN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CJ57LFLDJN');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Alliot Nagle</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="/img/icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#2b5797">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="img//mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/blog.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div style="padding-top: 35px; padding-bottom: 35px;">
<div class="main-window" style="padding-bottom: 25px;">
<div style="padding-bottom: 25px;">
<ul class="nav">
<li><a href="index.html">Home 🏡</a></li>
<li><a href="blog.html">Conv(X) Blog 📝</a></li>
<li class="dropdown">
<button class="dropbtn">Projects 📁</button>
<div class="dropdown-content">
<a href="projects/algal-bloom-prediction/algal-bloom-prediction.html">Algal Bloom Prediction</a>
</div>
</li>
<li><a href="books.html">My Bookshelf 📚</a></li>
<li><a href="AlliotNagleCV.pdf">CV 📄</a></li>
<li><a href="contact.html">Contact 📫</a></li>
</ul>
</div>
<div>
<h1 style="padding-bottom: 50px">Conv(X) Blog</h1>
</div>
<a href="./posts/blog_welcome.html" title="Welcome to the Conv(X) Blog!" target="_self" class="blog-link">
<div class="post">
Welcome to the Conv(X) Blog!
<span class="post-info"><i>12/22/2018 @ 10:54 PM CDT</i></span>
</div>
</a>
<a href="./posts/intro_to_information_theory.pdf" title="An Introduction to Information Theory" target="_self" class="blog-link">
<div class="post">
An Introduction to Information Theory
<span class="post-info"><i>01/17/2019 @ 5:02 PM CDT</i></span>
</div>
</a>
<a href="./posts/ubuntu_server.html" title="Set up Ubuntu OpenSSH server" target="_self" class="blog-link">
<div class="post">
How to Setup an OpenSSH Server with Ubuntu 18.04
<span class="post-info"><i>7/25/2019 @ 12:27 AM CDT</i></span>
</div>
</a>
<a href="./posts/probability_reference.pdf" title="Probability Refernce Pages" target="_self" class="blog-link">
<div class="post">
Probability Reference Pages
<span class="post-info"><i>Updated 01/12/2020 @ 11:06 PM CDT</i></span>
</div>
</a>
<a href="./posts/jazz.html" title="Jazz: Recommended Listening" target="_self" class="blog-link">
<div class="post">
Jazz: Recommended Listening
<span class="post-info"><i>10/28/2019 @ 10:57 PM CDT</i></span>
</div>
</a>
</div>
</div>
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<!--
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
-->
</body>
</html>