-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>Taisir 's Webpage </title>
<link rel="stylesheet" href="styles.css">
<script src="javascript.js"></script>
<title>Taisir 's Webpage </title>
</head>
<body>
<div class="navbar-header" id="navbar-header">
<a class="navbar-text"> Taisir Hassan</a>
<a class="app-header" href="default.asp">Home</a>
<a class="app-header" href="about.asp">About</a>
<a class="app-header" href="projects.asp">Projects</a>
</div>
<h1> Taisir's Portfolio
</h1>
<div class="name-container" id="namer-container">
<h3 class="name-header"> My Name is Taisir and I am an Aspiring Computer Engineer!</h3>
<button class = "email">
Email Me
</button>
<button class = "Resume">
Resume
</button>
</div>
<div class = "projects-container">
<h2> Taisir's Projects</h2>
<h3>
Arduino
</h3>
<p>
These are some of my projects. These took quite a while to do alongside doing school at the same time
</p>
</div>
</body>
</html>