-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphoenix.html
68 lines (61 loc) · 1.56 KB
/
phoenix.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="off.css">
<link rel = "icon" href =
"logo.png"
type = "image/x-icon">
<title>Order of the Phoenix</title>
</head>
<img src="logo.png" class="logo">
<body>
<!--MAIN 4 DIVS (LANDING, ABOUT US, TEAMS, LAST PAGE)-->
<!--DIV 1-->
<div class="rni">
</div>
<!--DIV 2-->
<div class="rni">
<p class="cicada">>|<</p>
</div>
<!--DIV 3 (CONTAINS THE CARDS)-->
<div class="rni">
<!--CARD CONTAINER-->
<section class="container">
<div class="card">
<p class="rjay">RJAY</p>
<p>ESCALANTE</p>
<div class="card-image img-1">
</div>
</div>
<div class="card">
<p class="kirk">KIRK</p>
<p class>text</p>
<div class="card-image img-2"> </div>
</div>
<div class="card">
<p class="cjay">CJAY</p>
<p>text</p>
<div class="card-image img-3"> </div>
</div>
</section>
</div>
<!--DIV 4-->
<div class="rni">
</div>
<script src="wednesday.js"></script>
<!--CONTENT FOR DIV 1, TRY NIYONG IPASOK SA FIRST DIV IF MAY TIME KAYO TX-->
<div class="horizontal_dotted_line">
<h1>ORDER OF</h1>
<h2 class="gradient-text">THE PHOENIX</h2>
<p class="team">>|<</p>
<p class="off_team">OUR TEAM</p>
</div>
<div class="horizontal_2">
<h3 class="intro">ORDER ARISES IN</h3>
<h4>DISPARITY</h4>
</div>
</body>
</html>