-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
executable file
·196 lines (173 loc) · 8.56 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
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>David Young Lee - Blog</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet'
type='text/css'>
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.5.0/themes/prism.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link rel="icon" href="https://img.icons8.com/office/30/000000/badminton-2.png">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">David Young Lee</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://ko-fi.com/davidlee">Support</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Menu<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="notes.html">Notes</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Header -->
<header class="masthead" style="background-image: url('img/post-bg.jpg')">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="post-heading">
<h1 style="color:rgb(126, 169, 235);">Food expenditure tracking web app</h1>
<span class="meta">Posted by
<a href="#">David</a>
on March 16, 2019</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<p>
Just started working on the
<a href="https://davidylee.github.io/food-expenditure-app/" target="_blank">app</a>,
link updated in the <a href="https://davidylee.github.io/projects.html" target="_blank">Projects</a>
section. I am currently still finding time to learn Django, JavaScript and React. Came across a
wonderful <a href="https://scotch.io" target="_blank">website</a> to be learning from.
</p>
</div>
</div>
</div>
</article>
<!-- Page Header -->
<header class="masthead" style="background-image: url('img/post-bg.jpg')">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="post-heading">
<h1 style="color:rgb(126, 169, 235);">Getting things started</h1>
<span class="meta">Posted by
<a href="#">David</a>
on November 22, 2018</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<p>
<br>Hello everyone! I'm starting this blog to help document what I'm learning in the field of
Bioinformatics (which is what I'm currently doing my graduate studies in) as well as in
Software Development. My hope is that what I write here might be helpful to those who are
interested in entering these fields. I graduated with a BS in
Neuroscience from the University of California San Diego and have since fallen in love with
computer programming as I am continuing my education with a MS in Bioinformatics at San Diego
State University. By leveraging my background in biology with my passion for coding, I
hope to continue to learn and develop my skills to make contributions to the Bioinformatics &
Software industry.
</p>
<h3 class="section-heading">What to look forward to</h3>
<p>
In terms of the future content of this blog, I hope to write brief articles about certain
bioinformatics and software concepts, technologies, and frameworks. If you have any suggestions,
please feel free to e-mail them to me at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<h3 class="section-heading">Stay tuned</h3>
<p>
Along with my tech blogging, I plan to also make posts about badminton (a sport that I have been
playing competitively for about 16 years) as well as where I currently live (San Diego, CA). If
any of these topics interest you, please feel free to bookmark my blog. As my current blog is
simply built in JavaScript/HTML/CSS and hosted on Github pages, it does not currently have the
subscribe feature. I hope to have this implemented in the future, along with production of a
v2.0 blog redone with ReactJS. I may eventually move to a WordPress once I have learned
what I desire to while building/modifying the blog. Thank you for reading!
</p>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<ul class="list-inline text-center">
<p>
<a class="btn btn-primary btn-lg" href="index.html" role="button">Home</a>
<a class="btn btn-lg btn-social-icon btn-github" href="https://github.com/davidylee">
<span class="fa fa-github"></span>
<a class="btn btn-lg btn-social-icon btn-linkedin" href="https://www.linkedin.com/in/david-young-lee/">
<span class="fa fa-linkedin"></span>
</a>
<a href="https://mentorcruise.com/mentor/davidlee/" target="_blank">
<svg viewBox="0 0 60 60" width="24px" height="24px" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0 30C0 24.0666 1.75945 18.2664 5.0559 13.3329C8.35234 8.39941 13.0377 4.55425 18.5195 2.28362C24.0013 0.0129938 30.0333 -0.5811 35.8527 0.576457C41.6721 1.73401 47.0176 4.59123 51.2132 8.7868C55.4088 12.9824 58.266 18.3279 59.4235 24.1473C60.5811 29.9667 59.987 35.9987 57.7164 41.4805C55.4457 46.9623 51.6006 51.6476 46.6671 54.9441C41.7336 58.2405 35.9334 60 30 60C26.0603 60 22.1592 59.224 18.5195 57.7164C14.8797 56.2088 11.5725 53.999 8.78675 51.2132C6.00099 48.4275 3.79123 45.1203 2.2836 41.4805C0.775959 37.8407 -7.62939e-06 33.9397 0 30ZM23.6848 18.7418L17.3698 29.6797H29.0331V9.4784L23.6848 18.7418ZM30.9668 9.47817V29.6797H42.63L36.315 18.7418L30.9668 9.47817ZM52.1444 31.6134H7.85548L12.0545 38.886H47.9455L52.1444 31.6134ZM46.8291 40.8198H13.1708L17.3698 48.0927H42.63L46.8291 40.8198Z"
fill="currentColor"></path>
</svg>
</a>
</p>
<p class="copyright text-muted">David Young Lee 2023</p>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>