-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (61 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="https://assets.ltkcontent.com/images/7206/examples-of-culture_0066f46bde.jpg">
</head>
<center>
<nav>
<a href="index.html">Home</a>
<a href="page2.html">Clothing</a>
<a href="page3.html">Food</a>
<a href="page4.html"> Language</a>
<a href="page5.html"> Pets</a>
<a href="page6.html"> Hunting </a>
<a href="page7.html"> Family</a>
<a href="page8.html"> Heritage</a>
<a href="page9.html"> Responsibility</a>
<a href="page10.html"> Hobbies</a>
<a href="FINALPAGE.html"> Final Page</a>
<a href="PiecesOfMeCultureProject.txt"> Notes </a>
<a href="https://github.com/Skelitin-JS/school-project"> Code Of Website</a>
<a href="toolsused.html"> Tools Used</a>
<a href="sourcescited.html"> Images</a>
</nav>
</center>
<title> Home </title>
<link rel="shortcut icon" type="image/jpg" href="https://assets.ltkcontent.com/images/7206/examples-of-culture_0066f46bde.jpg" />
<link rel="stylesheet" href="stylesheet.css">
<style>
body{
background-image: url('https://images.pexels.com/photos/167699/pexels-photo-167699.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
}
</style>
<style>
a:link, a:visited {
background-color: blueviolet;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: darkorchid;
}
</style>
<h1> Culture</h1>
</header>
<body>
<h3>
<p>Everyone has a different culture, some people may think others are strange, but this is not true. They are just different.</p>
<p>If you look to the middle of the screen, up above you will see buttons for each page.</p>
<p>This website wasn't made by anyone but myself.</p>
<p>Do not expect it to wow you, I just didn't want to write it all on a google doc.</p>
<p>That would be boring.</p>
<p> If you have any problems, like the site crashes try reloading it. </p>
<p>If that doesn't work just email me and I'll try to fix it because the code might break.</p>
</h3>
<p>
</p>
</body>
</html>