-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMajors.html
37 lines (36 loc) · 2.76 KB
/
Majors.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
<html>
<link rel="stylesheet" type="text/css" href="MajorC.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<title> Major Guide </title>
</head>
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------- TEXT BELOW + HOME --------------------------------------------->
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<h1>
<font color = FEFFFF size = 1> Made By APO Region R </font>
<div style="text-align:right; vertical-align: top;">
<button class="myButton"><i class="fa fa-arrow-left"></i></button>
<button class="myButton"><i class="fa fa-home"></i></button>
</div>
<br> <br> <br> <br>
<font color = 17252A size = 15> <p style="text-align:center;">Major Browsing Site!</p> </font>
<font color = 2B7A78 size = 5> <p style="text-align:center;">Click a Button to Begin</p> </font>
</h1>
</body>
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------- BUTTONS BELOW ----------------------------------------------------->
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<div style="text-align:center">
<button class = "myButton"; onclick="window.location.href = 'file:///C:/Users/spleonard/Desktop/Majors_STEM.html';" > Browse STEM Majors </button>
<button class = "myButton"; onclick="window.location.href = 'file:///C:/Users/spleonard/Desktop/Majors_humanities.html';" > Browse Humanities Majors </button>
</div>
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------- IMAGES BELOW ----------------------------------------------------->
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<br> <br>
<img src = "C:\Users\spleonard\Desktop\Major_Pics\gears.jfif" width="200" height="200" alt="Gears" align="left">
<img src = "C:\Users\spleonard\Desktop\Major_Pics\Beaker.png" width="130" height="150" alt="Beaker" align="left">
<img src = "C:\Users\spleonard\Desktop\Major_Pics\Book.png" width="200" height="200" alt="Book" align="right">
<img src = "C:\Users\spleonard\Desktop\Major_Pics\Paint.png" width="180" height="150" alt="Paint" align="right">
</html>