-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.html
38 lines (36 loc) · 1.55 KB
/
bio.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/Biography.css">
<title></title>
</head>
<body>
<div class="Header">
<h1>Biography</h1>
</div>
<div class="Biography">
<h3>Education</h3>
<p>Hi Dali! I am a Darmouth '20 majoring in Computer Science. I may declare minors in Math and French but I have not yet decided.'</p>
<h3>Why Dali?</h3>
<p>I am interested in Dali because I love learning about new businesses: their ideas, structures, markets, and capabilities.
Dali helps makes these business grow and working with you would give me an opportunity like no other to see a range of ideas.
</p>
<h3>My Coding Interests</h3>
<p> I enjoy web design, and would like to learn React and Vue sometime soon. I work and learn best when I have a concrete project to work on,
so I believe working at Dali would give me the ability to grow my technical skills enormously.</p>
<p> Since I run a linux distribution, I becoming more interested in programs that interface with the kernel and window managing systems.
My favorite text editor is Neo Vim (of course).</p>
</div>
<div class="archlinux">
<img id="arch" src="images/arch.png" alt="Arch Linux Logo">
</div>
<div class="footer">
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</body>
</html>>