-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
executable file
·72 lines (55 loc) · 1.93 KB
/
index1.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
<!DOCTYPE html>
<!-- Welcome to my webpage -->
<html>
<head>
<link rel="stylesheet" href="dist/css/bootstrap.css">
<link href="style1.css" type="text/css" rel="stylesheet">
<title> Erik Palme: </title>
</head>
<body>
<!--div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<ul class="pull-left">
<li><a href="ed.html">Education</a></li>
</ul>
<ul class="pull-left">
<li><a href="#">Teaching</a></li>
</ul>
<ul class="pull-right">
<li><a href="#">About Me</a></li>
</ul>
<ul class="pull-right">
<li><a href="#">Contact</a></li>
</ul>
</div>
</div-->
<nav>
<ul>
<li> <a href="ed.html">Education</a> </li>
<li> <a href="#">Teaching</a> </li>
<li> <a href="index1.html" class="active"><div id="here"> About Me</div></a></li>
<li> <a href="#">Contact</a></li>
</ul>
</nav>
<div class="jumbotron">
<div class="container">
<h1>Erik Palmer</h1>
<p> I am a second year graduate student in applied mathematics at the University of South Carolina in Columbia, SC. </p>
<h2>Email:
<a href="mailto:etpalmer@math.sc.edu">etpalmer@math.sc.edu</a>
</h2>
</div>
</div>
<div class="info">
<h2>Office Hours:</h2>
<p>This semester I do not have regularly schedule office hours.
Please email to make an appointment.
</p>
<h3>Location: LC122B </h3>
<p>My office is located on the first floor of LeConte college, inside LC122.
If the door is shut, please knock. Once inside, turn right into LC122B.
My desk is the one furthest from the door.
</p>
</div>
</Body>
</html>