-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 3.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Aaron Abraham's personal website">
<meta name="author" content="aaron abraham">
<meta name="copyright" content="none">
<title>Aaron Abraham's personal website</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body id ="htmlbody" class="htmlbody">
<h1 class="ctwius">CAUTION ! This website is under construction</h1>
<h1 class="iaaa">I am Aaron Abraham</h1>
<div class="maincont">
<h2 class="bh">My Social Media links</h2>
<input type="button" value="Visit my Youtube Channel" class ="bhw" onclick="go_to('https://www.youtube.com/channel/UCQT_UF_M_g1nFp0Kjta6inw')" />
<br>
<input type="button" value="Subscribe to my Youtube Channel" class ="bhw" onclick="go_to('https://www.youtube.com/channel/UCQT_UF_M_g1nFp0Kjta6inw/?sub_confirmation=1')" />
<br>
<input type="button" value="Visit my Scratch Profile" class ="bhw" onclick="go_to('https://scratch.mit.edu/users/AaronAbraham_201191/')" />
<br>
<input type="button" value="Visit my Wattpad Page" class ="bhw" onclick="go_to('https://www.wattpad.com/user/AaronAbraham201191')" />
</div>
<div class="maincont">
<h2 class="bh">Fun</h2>
<input type="button" value="Destroy this website" class="bhw" onclick="destroy_id('htmlbody')">
</div>
<div class="maincont">
<h2 class="bh">Who am I?</h2>
<input type="button" value="What is the name of the creator of this website" class="bhw" onclick="browser_send_message('Aaron Abraham')">
</div>
<div class="maincont">
<h2 class="bh">Contact me via my email adress</h2>
<button class="bhw"><a class="bhw" href="mailto:[email protected]">Send an e-mail</a></button>
</div>
<div class="contmeform">
<h2 class="bh">Contact me via this form</h2>
<form id="htmcontmeformname" data-netlify="true">
<label for="name" class="htmlab htmformcont" data-netlify="true">What is your name?</label>
<br>
<input type="text" placeholder="Enter your name" id="name" class="htmforminp htmlformcont" data-netlify="true">
<br>
<label for="email" class="htmlab htmformcont" data-netlify="true">What is your e-mail?</label>
<br>
<input type="text" placeholder="Enter your e-mail" id="email" class="htmforminp htmlformcont" data-netlify="true">
<br>
<label for="message" class="htmlab htmformcont" data-netlify="true">What is your message?</label>
<br>
<textarea name="message" cols="30" rows="10" class="htmformtxt" form="htmcontmeformname" placeholder="What is your message?" data-netlify="true"></textarea>
<br>
<input type="submit" class="htmforminp" form="htmcontmeformname">
</form>
</div>
<footer class="footerhtml">
<p>Version 7.18</p>
<p>Form Update(Beta)</p>
</footer>
</body>
</html>