-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (77 loc) · 2.32 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Portfolio</title>
</head>
<body>
<main>
<header id="intro_text">
<h1>Ziyad Noorhassan |</h1>
<h1 id="developer">Developer</h1>
</header>
<nav id="navbar">
<ul>
<li>
<a class="navitem" href="knowledge.html" target="_self"
>Knowledgebase</a
>
</li>
<li>
<a class="navitem" id="navactive" href="index.html" target="_self">Projects</a>
</li>
<li>
<a class="navitem" href="contact.html" target="_self">Contact</a>
</li>
</ul>
</nav>
</main>
<!--<section id = statusbarcontainer>
<p id="statusbar">most recent git activity</p>
</section>-->
<section id="projectsection">
<article id="left-column">
<a
id="lefttoppanel"
class="panels_top panels"
href="https://www.google.com"
target="_blank">github preview 1</a>
<a
id="leftmiddlepanel"
class="panels"
href="https://www.google.com"
target="_blank"
>github preview 2</a
>
<a
id="leftbottompanel"
class="panels"
href="https://www.google.com"
target="_blank"
>github preview 3</a
>
</article>
<article id="right-column">
<!--<p class="project_panels">someday over the rainbow...</p>
<p class="project_panels">someday over the rainbow...</p>
<p class="project_panels">someday over the rainbow...</p>-->
<a
id="righttoppanel"
class="panels_top panels"
href="https://www.google.com"
target="_blank"
>github preview 4</a
>
<a class="panels" href="https://www.google.com" target="_blank"
>github preview 5</a
>
<a class="panels" href="https://www.google.com" target="_blank"
>github preview 6</a
>
</article>
</section>
<script src="script.js"></script>
</body>
</html>