-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathMain.html
More file actions
33 lines (28 loc) · 813 Bytes
/
Main.html
File metadata and controls
33 lines (28 loc) · 813 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ali Albaqqal - Personal Portfolio</title>
<link rel="icon" type="image/jpg" href="images/Favicon.jpg">
</head>
<body style="background-color: black">
<header>
<pre style="color: orange">cout >> "Welcome to my page!"</pre>
</header>
<h1 style="color: orange">I'm Ali Albaqqal</h1>
<pre style="color: navy">
<div style="background-color: orange">IAU CCSIT Student</div>
</pre>
<hr>
<a href="About.html"
target="_blank"
title="Info of me">
<h3 style="color: black"><spin style="background-color: aliceblue ">About me</spin></h3>
</a>
<a href="Portfolio.html"
target="_blank"
title="My career">
<h3 style="color: black"><spin style="background-color: aliceblue ">My portfolio</spin></h3>
</a>
</body>
</html>