forked from SanjeevKV/SanjeevKV.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
interests.html
61 lines (54 loc) · 1.44 KB
/
interests.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sanjeev's Website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<style>
.fakeimg {
height: 200px;
width: 250px;
background: #fff;
}
.jumbotron{
background-image: url("imgs/mountain_reflection.jpg");
background-size: cover;
background-repeat: no-repeat;
}
.fakeimg {
width: 100px 100px;
/* padding: 3em 2em; */
margin-top: 0.5em;
margin-bottom: 0;
margin-right: 0.5em;
/* background-color: lightgrey; */
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
position: relative;
display: block;
}
</style>
<!-- <script src="jquery.js"></script> -->
<script>
$(function(){
$("#includeContent").load("common.html");
});
</script>
</head>
<body>
<div id="includeContent"></div>
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-sm-8">
<h2>INTERESTS</h2>
<h5>
Chess
</h5>
</div>
</div>
</div>
</body>
</html>