-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJobs_H_list.html
41 lines (40 loc) · 2.99 KB
/
Jobs_H_list.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
<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"; onclick="window.location.href = 'file:///C:/Users/spleonard/Desktop/Majors_humanities.html';"><i class="fa fa-arrow-left"></i></button>
<button class="myButton"; onclick="window.location.href = 'file:///C:/Users/spleonard/Desktop/Majors.html';"><i class="fa fa-home"></i></button>
</div>
<br> <br> <br> <br>
<font color = 17252A size = 15> <p style="text-align:center;">Humanities Majors!</p> </font>
<font color = 2B7A78 size = 5> <p style="text-align:center; vertical-align:middle;">Choose One</p> </font>
</h1>
</body>
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<!-------------------------------------------------------------------LISTS BELOW ----------------------------------------------------->
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<div style="text-align:center; vertical-align: top;">
<input list="hosting-plan" type="text" /><datalist id="hosting-plan">
<option value="Job 1"> Art </option>
<option value="Job 2"> Music </option>
<option value="Job 3"> Buisness </option>
</datalist>
<button class="myButton"; onclick="window.location.href = 'file:///C:/Users/spleonard/Desktop/Jobs_H_Ex.html';">Go</button>
</div>
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------- IMAGES BELOW ----------------------------------------------------->
<!----------------------------------------------------------------------------------------------------------------------------------------------->
<br> <br>
<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">
<img src = "C:\Users\spleonard\Desktop\Major_Pics\Book2.png" width="200" height="200" alt="Book" align="left">
<img src = "C:\Users\spleonard\Desktop\Major_Pics\Paint2.png" width="180" height="150" alt="Paint" align="left">
</html>