-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.39 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
<!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>Landing Page</title>
<link rel="stylesheet" type="text/css" href="landing_style.css"></link>
</head>
<body id="landing-page">
<div class="background">
<section class = "top-part" id="top-landing">
<section class = "top-title" id="landing-title">
<header class="top-title2" role="top">
<h1>Website</h1>
</header>
</section>
<section class="pages" id="landing-pages">
<header role="top-pages">
<a href="index.html" class="button">Home</a>
<a href="portfolio.html" class="button">Technical Portfolio</a>
<a href="qualifications.html" class="button">Qualifications</a>
<a href="service.html" class="button">Service</a>
</header>
</section>
</section>
<div class = "image">
<img src="temp.png" alt="Temporary Image">
</div>
<div class="main-text" id="landing-main" role="main">
<h4>My name is Paul Cyr!</h4>
<p>I am a Computer Science major of the class of '24 at Texas A&M University. aksjdskdj d asdh d las dhld jd d asjdh d djas hda djha dha da dja jasd dashja da </p>
</div>
</div>
</body>
</html>