-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
58 lines (55 loc) · 3.24 KB
/
Copy pathtemplate.html
File metadata and controls
58 lines (55 loc) · 3.24 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
<!-- THIS IS THE TEMPLATE -->
<!-- this page will not appear on the actual site
please do not make any changes here unless everyone agrees that it
should be on the template (that's unless you're william) -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>USF Muma College of Business</title>
<script src="USF-Javascript.js"></script>
<link rel="stylesheet" href="USF-CSS.css" type="text/css">
<noscript>OH NO! Your browser does not support Javascript :( Please switch to one that does to restore the
functionality of this website.</noscript>
<link rel="shortcut icon" href="images\USF-icon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Questrial|Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<header></header>
<nav>
<a href="home.html" style="opacity:1;background-color:#01553e;">
<img src="images\USF-Muma college logo.jpg" alt="Logo of USF Muma school of Business" id="mumalogo" ></a>
<a href="home.html" class="active">Home</a>
<a href="whyus.html">Why Us?</a>
<a href="Undergraduate.html">Undergraduate</a>
<a href="Graduate.html">Graduate</a>
<i class="fas fa-bars" id="icon"></i>
</nav>
<br><br>
<br><br><br>
<div class="slidebelow" style="margin-top: 50px;margin-bottom: 50px;">
<!-- main content area -->
main content should go here
</div>
<footer class="footer" style="height: 105px;width: 1920px;">
<a href="https://twitter.com/USFMuma
"><img src="images/twitter icon.png" alt="USF muma twitter page" style="width: 30px;"></a>
<a href="https://www.facebook.com/USFMuma">
<img src="images/facebook icon.png" alt="USF Facebook page" style="width:30px;padding-left: 10px"></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://www.instagram.com/usfmuma/?hl=en">
<img src="images/instagram icon.png" alt="USF instagram page" style="width:30px;padding-left: 10px">
</a>
<a href="https://www.youtube.com/channel/UCg0ZQYzK0YYUBhABlrmZYrg">
<img src="images/youtube icon.png" alt="USF youtube channel"
style="width:30px;padding-left: 10px">
</a>
<p>All information and pictures came from publicly avaliable sources. Our <a href="https://bit.ly/2D0LXop" style="color:white" target="_blank">Licensing</a> and <a href="usf-termsofuse.html" target="_blank">Terms Of Use</a> documents describe this in more detail.</p>
<p style="font-size: 75%;" target="_blank">This website was created by: William Vu, Ananya Sista, Arnav Khadkatkar, and Amogh Mehta, for the USF MUMA College of Business, Webpage Development Tech Challenge.</p>
</footer>
</body>
</html>
<!-- Just another reminder that this page is the template :) -->