-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (74 loc) · 4.41 KB
/
index.html
File metadata and controls
96 lines (74 loc) · 4.41 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
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
<!DOCTYPE html>
<html lang="en">
<title>Adamson 10th Grade Software</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="adamson.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<body>
<!-- Navbar -->
<div class="ah-top">
<div class="ah-bar ah-black ah-card">
<a href="#" class="ah-bar-item ah-button ah-padding-large">HOME</a>
<div class="ah-dropdown-hover ah-hide-small">
<button class="ah-padding-large ah-button" title="5th Period">5th Period </button>
<div class="ah-dropdown-content ah-bar-block ah-card-4">
<a href="Abel_5th\index_abel5th.html" class="ah-bar-item ah-button">Abel</a>
<a href="Andrew_5th\index_andrew5th.html" class="ah-bar-item ah-button">Andrew</a>
<a href="Zaira_5th\index_zaira5th.html" class="ah-bar-item ah-button">Zaira</a>
<a href="Jovanna_5th\index_jovanna5th.html" class="ah-bar-item ah-button">Jovanna</a>
<a href="Cesilia_5th\index_cesilia5th.html" class="ah-bar-item ah-button">Cesilia</a>
<a href="Sophia_5th\index_sophia5th.html" class="ah-bar-item ah-button">Sophia</a>
<a href="Danna_5th\index_danna5th.html" class="ah-bar-item ah-button">Danna</a>
<a href="Jasmine_5th\index_jasmine5th.html" class="ah-bar-item ah-button">Jasmine</a>
</div>
</div>
<div class="ah-dropdown-hover ah-hide-small">
<button class="ah-padding-large ah-button" title="6th Period">6th Period </button>
<div class="ah-dropdown-content ah-bar-block ah-card-4">
<a href="Abriana_6th\index_Abriana6th.html" class="ah-bar-item ah-button">Abriana</a>
<a href="Emily_6th\index_emily6th.html" class="ah-bar-item ah-button">Emily</a>
<a href="Angelica_6th\index_angelica6th.html" class="ah-bar-item ah-button">Angelica</a>
<a href="Tyesha_6th\index_Tyesha6th.html" class="ah-bar-item ah-button">Tyesha</a>
<a href="Miguel_6th\index_miguel6th.html" class="ah-bar-item ah-button">Miguel</a>
<a href="Ashley_6th\index_ashley6th.html" class="ah-ba<a hr ah-button">Ashley</a>
<a href="Laysa_6th\index_laysa6th.html" class="ah-bar-item ah-button">Laysa</a>
<a href="Jesus_6th\index_jesus6th.html" class="ah-bar-item ah-button">Jesus</a>
<a href="Gabriela_6th\index_gabriela6th.html" class="ah-bar-item ah-button">Gabriela</a>
<a href="Antonio_6th\index_antonio6th.html" class="ah-bar-item ah-button">Antonio</a>
<a href="Desiree_6th\index_desiree6th.html" class="ah-bar-item ah-button">Desiree</a>
<a href="Lizbeth_6th\index_lizbeth6th.html" class="ah-bar-item ah-button">Lizbeth</a>
<a href="Victoria_6th\index_victoria6th.html" class="ah-bar-item ah-button">Victoria</a>
<a href="Any_6th\index_any6th.html" class="ah-bar-item ah-button">Any</a>
<a href="Margarita_6th\index_margarita6th.html" class="ah-bar-item ah-button">Margarita</a>
</div>
</div>
<div class="ah-dropdown-hover ah-hide-small">
<button class="ah-padding-large ah-button" title="7th Period">7th Period</button>
<div class="ah-dropdown-content ah-bar-block ah-card-4">
<a href="Anthony_7th\index_anthony7th.html" class="ah-bar-item ah-button">Anthony</a>
<a href="Yareli_7th\index_yareli7th.html" class="ah-bar-item ah-button">Yareli</a>
<a href="Alexis_7th\index_alexis7th.html" class="ah-bar-item ah-button">Alexis</a>
<a href="Wendy_7th\index_wendy7th.html" class="ah-bar-item ah-button">Wendy</a>
<a href="Julie_7th\index_julie7th.html" class="ah-bar-item ah-button">Julie</a>
<a href="Isaac_7th\index_isaac7th.html" class="ah-bar-item ah-button">Isaac</a>
<a href="Brittney_7th\index_brittney7th.html" class="ah-bar-item ah-button">Brittney</a>
</div>
</div>
</div>
</div>
<div class="introduction">
<div>
<img src="cs_logo.png" width="200px" />
</div>
<div>
<h1>ADAMSON HIGH SCHOOL PROJECT</h1>
<h3>Web Design Projects</h3>
</div>
</div>
<img class="hero-images" src="web_class1.jpg" style="width:100%; transform:rotate(90deg); z-index: -1;">
<img class="hero-images" src="web_class.jpg" style="width:100%; transform:rotate(90deg)">
</body>
</html>