-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.18 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
52
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/index.css"></style>
<title>Yasir Al Amriki - Home</title>
<link rel="icon" type="image/png" href="assets/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
<link rel="shortcut icon" href="assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="YasirAlAmriki" />
<link rel="manifest" href="assets/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<div id="hero">
<div>
<img src="assets/pfp.png" width="256px">
</div>
<div>
<h1>Yasir Al Amriki (ياسر الأمريكي)</h1>
<h2>Web Designer learning HTML, CSS, & JS</h2>
</div>
</div>
<div id="aboutme">
<div>
<h3>About Me</h3>
</div>
<ol>
<p>I am 17 years old, and I like reading books. I also like designing for fun as well as programming</p>
</ol>
</div>
<div id="projects">
<div>
<h3>Projects</h3>
</div>
<div id="projectcards">
<div id="projectcard">
<h4 id="projectcardtext">Qur'an Tool</h4>
<img id="projectcardimage" src="https://i.imgur.com/FeAblXH.png">
<a href="quran" class="button">View Project</a>
</div>
<div id="projectcard">
<h4 id="projectcardtext">Calculator</h4>
<img id="projectcardimage" src="https://i.imgur.com/67lxIwN.png">
<a href="calculator" class="button">View Project</a>
</div>
</div>
</div>
</body>
</html>