-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 2.79 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
<!-- The WebPage is developed by Ayush Alam, Apple On Head -->
<!DOCTYPE html>
<html>
<head>
<script src="assets\codefiles\JavaScript\script.js"></script>
<link rel="stylesheet" href="assets\codefiles\CSS\style.css">
<link rel="icon" href="assets\others\apple.jpg">
<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=Roboto&display=swap" rel="stylesheet">
<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=PT+Sans:ital@1&display=swap" rel="stylesheet">
<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=Roboto+Mono&display=swap" rel="stylesheet">
<title>Apple On Head</title>
</head>
<body>
<div class="mainhead">
Apple On Head
</div>
<div class="mainimg">
<p><img src="assets\others\apple.jpg" alt="Main Icon" class="mainimg"></p>
</div>
<div class="side">
<p class="head">Contents</p>
<p> </p>
<!-- <p> </p> -->
<p class="butt"><a href="#1"><button class="button" id="butt1" onmouseover="buttonchange()" onmouseout="buttontwo()">About</button></a>
<a href="#2"><button class="button" id="butt2" onmouseover="othbutton()" onmouseout="othbuttontwo()">My Shitty Projects</button></a><button class="button" id="fun" onmouseover="funbutton()" onmouseout="funbuttontwo()" onclick="fun()">Have fun</button></p></div><div class="main">
<p> </p>
<p class="head" id="1">About</p>
<p class="normaltext">Apple On Head is a small GitHub organization which is not only 'small', but it consists of only one developer; me, Ayush.</p>
<p class="normaltext">I think it will be more appropriate if I don't talk about me in person. XD</p>
<p class="normaltext">The languages which I mostly use are HTML, CSS and JS.</p>
</div>
<div>
<p class="head" id="2">My Shitty Projects</p>
<p class="normaltext">Upto now, all I have done is I have made a WebPage called <a href="https://apple-on-head.github.io/write/" class="link">We Write, We Read</a>. This is a WebPage where people can submit their works and also those get showed up at that page; soooo that page can also be used by readers lol.</p>
<p class="normaltext">I also made a tutorial on how to write a README.md file. And I have named that project as <a href="https://apple-on-head.github.io/write-a-readme/" class="link">Make a README.md file</a>.</p>
<p class="normaltext">I wish I will be back with some more tutorials related to Software developing; coz it's a trend now lol.</p>
</div>
</body>
</html>