-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (66 loc) · 3.17 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Jordan-Chapman.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Page specific css -->
<link href="css/main.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="page-header">About Me <small>It's Nice to Meet You!</small></h1>
<div class="row">
<div class="col-md-8">
<p>This is where I should put some information about myself.</p>
<p>This is also a good place to describe the purpose of this website </p>
<p>A picture would also probably look nice here.</p>
</div>
<div class="col-md-4 text-center">
<img src="images/squareMe.png" class="img-rounded">
<p class="text-muted">Hello there</p>
</div>
</div><!--row-->
</div>
</div><!--row-->
<div class="col-lg-12">
<h2 class="page-header">My Skills</h2>
</div>
<div class="row">
<div class="col-md-8 skill-grid">
<img class="badge-img" src="logos/vim.png">
<img class="badge-img" src="logos/git.png">
<img class="badge-img" src="logos/c.png">
<img class="badge-img" src="logos/cpp.png">
<img class="badge-img" src="logos/bash.png">
<img class="badge-img" src="logos/python.png">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
<img class="img-circle" src="http://placehold.it/100x100">
</div>
</div><!--row-->
<!--VlexoFree_LinkBack-->
</div><!--container-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>