-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 1.93 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Parallax Scrolling Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h2 class="logo">EnchanTobor </h2>
<img src="EnchanTobor.png" alt="EnchanTobor" width="215" height="215">
<nav class="navigation">
<a href="index.html">Welcome</a>
<a href="about.html">About</a>
<a href="map.html">Map</a>
<a href="organizations.html">Organizations</a>
</nav>
</header>
<section class="parallax">
<img src="actualbackground.png" id="hill1">
<h2 id="text"> We're Enchanted<br> for you to be Here!</h2>
<img src="fireflies.png" id="tree" width:80%>
<img src="leaf.png" id="leaf">
<img src="fireflies2.png" id="plant">
</section>
<section class="sec">
<h2> >>print("Hello, Comets!")</h2>
<p>
Welcome to the University of Texas at Dallas future engineers! As UT-Dallas
freshman entering the engineering field, there are a plethora of opportunities.
We hope you enjoy using EnchanTobor as a resource for the magical year ahead!
Take a look at the Erik Jonsson School of Engineering's website <a href="https://engineering.utdallas.edu">here<br><br>
For advising assistance click <a href="https://engineering.utdallas.edu/academics/undergraduate-majors/undergrad-advising/ecs-advisors/">here
<br><br>
For career advice click here <a href="https://engineering.utdallas.edu/engage/students/career-services/">
</a>
<br><br>
<br><br><br><br><br><br>
</p>
</section>
<script src="script.js"></script>
</body>
</html>