-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
42 lines (40 loc) · 1.75 KB
/
about.php
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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About IKwizU</title>
<link rel="icon" type="image/ico" href="Images/favicon.ico">
<link href="../CSS/styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Tajawal" rel="stylesheet">
</head>
<body>
<header>
<nav class="navBar">
<nav class="menuwrapper">
<div class="logo"><a href="/IKwizU"> IKwizU </a></div>
<input type="checkbox" id="menu-toggle" />
<label for="menu-toggle" class="label-toggle"></label>
<ul>
<li class="current"><a href="#" >About</a></li>
<li><a href="../standings/" >Check Standings </a></li>
<li><a href="../analytics/">Analyze</a></li>
<li><a href="../feedback/">Feedback</a></li>
</ul>
</nav>
</nav>
</header>
<div id = "main">
<left>
<div style="font-family: 'Tajawal', sans-serif;">
<p class="cfTitle"> Hey! Welcome here? </p>
<p class="cfText">I don't know what to say about IKwizU here.<br/><br/>
IKwizU begun as a simple challenge, as my friend told me "Hey I'm building this quiz as part of an interview", and I said, "Oooh that's easy, sure I can build it up in a day."<br/><br/>
And it began, I just wanted to show off to my friend that it's so easy, but it sure has its own challenges. <br/><br/>
When I was done with the basic challenge it dint look interesting to me, and I wanted to add more to it, just for the fun of it.<br/><br/>
If you think you can make up some modifications to it, here's the <a class="about" href="https://github.com/psripathi44/IKwizU">github link</a> for you to fork it.
</p><br/>
<a class="about" href="#Portfolio link here.">Check my portfolio here</a> and some cool projects I've worked on.
</div>
</left>
</div>
</body>
</html>