forked from akulofficial/akulofficial.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
59 lines (53 loc) · 2.61 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<title>Courtney Campbell</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- nav bar -->
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#theNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Courtney Campbell</a>
</div>
<div class="collapse navbar-collapse" id="theNavbar">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="pgtitle">
<p class="pgname">About Me</p>
</div>
<div class="aboutme container-fluid">
<p>Hi! I'm Courtney Campbell. I'm from Dayton and I currently attend Ohio State University. I'm a rising fourth year studying Computer Science and
Engineering. I am passionate about the problems computer science is solving now and in the future. I have high hopes to work for a
company that works tireless to improve our world using technology.</p>
<!-- <p>I've always loved technology, especially early in life, which came around the time movies like Iron Man and iRobot were released.
My love for technology dwindled as I realized it wasn't as popular as becoming a doctor or teacher was. The summer before my junior
year, I was deadset on going into medicine, specifically biomedical engineering.
</p> -->
<p>I have much more to say about myself, but it's yet to come!</p>
</div>
</body>
<script type="text/javascript" src="css/site.js"></script>
<link rel="stylesheet" type="text/css" href="css/site.css">
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css"/>
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet" type='text/css'>
</html>