-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (88 loc) · 3.12 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<title> My Life</title>
<link rel="stylesheet" type="text/css" href="MyLife.css">
<link href="https://fonts.googleapis.com/css?family=Contrail+One" rel="stylesheet">
<style type="text/css">
body{
color: black;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #111;
}
h1{
width:20%
text-align:center;
}
h2{
text-align: center;
}
body{
background-color: white;
}
img{
width: 30%;
float: left;
margin: 1.66%;
}
p{
margin-left: 1.66%;
font-family: 'Contrail One', cursive;
font-size: 35px;
text-transform: uppercase;
border-bottom: 2px solid black;
width: 30%;
padding-bottom: 20px;
}
div.a{
text-align: center;
}
</style>
</head>
<body>
<!--
This is the code for the Home Page -->
<div class ="a">
<h1> My Name is ... </h1>
</div>
<h2> Welcome to my Website!</h2>
<ul>
<li><a href="">Home</a></li>
<li><a href="MyHistory.html">My History</a></li>
<li><a href="MyEducation.html">My Education</a></li>
<li><a href="MyTravels.html">My Travels</a></li>
<li><a href="Music.html">Music</a>
<li><a href="FormPage.html">My Form Page</a></li>
<li><a href="WhatiLikeToDo.html">What I Like to Do</a></li>
</ul>
<ul> <img src = "http://c1.staticflickr.com/9/8450/8026519634_f33f3724ea_b.jpg">
<img src = "http://c2.staticflickr.com/8/7218/7209301894_c99d3a33c2_h.jpg ">
<img src = "http://c2.staticflickr.com/8/7231/6947093326_df216540ff_b.jpg ">
<img src = "http://c1.staticflickr.com/9/8788/17367410309_78abb9e5b6_b.jpg ">
<img src = "http://c2.staticflickr.com/6/5814/20700286354_762c19bd3b_b.jpg ">
<img src = "http://c2.staticflickr.com/6/5647/21137202535_404bf25729_b.jpg ">
<img src = "http://c2.staticflickr.com/6/5588/14991687545_5c8e1a2e86_b.jpg">
<img src = "http://c2.staticflickr.com/4/3888/14878097108_5997041006_b.jpg ">
<img src = "http://c2.staticflickr.com/8/7579/15482110477_0b0e9e5421_b.jpg">
</ul>
</body>
</html>