-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (35 loc) · 1.4 KB
/
index.html
File metadata and controls
47 lines (35 loc) · 1.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="hover.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
<script src="myscripts.js" type="text/javascript"></script>
</head>
<body>
<!--
<div class="jumbotron text-center">
<h1>My First Bootstrap Page</h1>
<p>Resize this responsive page to see the effect!</p>
</div>
-->
<div class="container jumbotron bg-1 text-center" id="mHeader" >
<h1 class="mInitial">Carlos Espinosa</h1>
<div>
<div class="hovereffect ">
<img src="pics/profilepic.jpg" id="mFace" class="img-circle " style="display:inline" alt="myface" height="200" >
</div>
</div>
<h3 class="mInitial">UCSC Graduate</h3>
<h3 class="mInitial">Computer Science, B.A.</h3>
<h3 class="mInitial">Molecular, Cell & Developmental Biology, B.S.</h3>
<h1 hidden class="mResShow">Click to read more about me!</h1>
</div>
</body>
</html>