-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (81 loc) · 5.39 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sufyan</title>
<link href="style.css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="https://media.discordapp.net/attachments/759730675447758862/1007266663743377518/letter.png">
<meta property="og:image" content="https://media.discordapp.net/attachments/759730675447758862/1007266663743377518/letter.png">
<meta name="description" content="Hey there! This is my portfolio website, click the link to learn more about me.">
</head>
<body id="body">
<!-- Home -->
<div id="bg"></div>
<div class="home-page" id="hmp">
<div class="welcomeAnimation">
Hi I'm
<button class="textClr" id="suf" onmouseover="hover(this.id)" onmouseout="unhover(this.id)"><b><span><Sufyan/></span></b></button>
</div>
<div class="text">
I make cool <b class="textClr">websites</b>, <b class="textClr">designs</b>,
<b class="textClr">apps</b> and other useful things.</div>
<img src="/Images/pfp-final.jpg" class="profileImg" alt="My Avatar">
<div class="scroll"><a href="#wop" class="textClr"><My Languages/></a></div>
<div class="arrow">⇓</div>
</div>
<!-- Line Animation -->
<div class="line-div"></div>
<!-- What I Do -->
<div class="work-page" id="wop">
<div class="header">
My <b class="textClr" id="code" onmouseover="hover(this.id)" onmouseout="unhover(this.id)"><Languages/></b>
</div><br>
<div class="text">
I speak in <b class="textClr">HTML</b>,<b class="textClr"> CSS</b>, <b class="textClr"> JS</b> and <b class="textClr">Python</b>. I'm currently learning <b class="textClr">Kotlin</b>.
</div>
<div>
<img src="https://media.discordapp.net/attachments/759730675447758862/939143806794752010/unknown.png" class="sideImg" alt="Coding">
</div>
<div class="scroll"><a href="#prp" class="textClr"><My Projects/></a></div>
<div class="arrow">⇓</div>
<div class="line-div"></div>
</div>
<!-- My Projects -->
<div class="project-page" id="prp">
<div class="header">
My <b class="textClr" id="proj" onmouseover="hover(this.id)" onmouseout="unhover(this.id)"><Projects/></b>
</div><br>
<div class="projectGrid">
<div class="projDiv1">
<img src="https://media.discordapp.net/attachments/759730675447758862/1007273843192254474/unknown.png" alt="" class="projImg">
<div class="content">I made this website for the fandom of the Underland Chronicles.</div>
<div class="projCta" id="projCta1" onmouseover="hover(this.id)" onmouseout="unhover(this.id)"><a href="https://theunderlandwiki.netlify.app/" target="_blank">Visit</a></div>
</div>
<div class="projDiv2">
<img src="https://media.discordapp.net/attachments/759730675447758862/1009507957467263097/unknown.png" alt="" class="projImg">
<div class="content">A file encrypter made using python. This was a school project.</div>
<div class="projCta" id="projCta2" onmouseover="hover(this.id)" onmouseout="unhover(this.id)"><a href="https://github.com/alehyer/fileEncrypter" target="_blank">Visit</a></div>
</div>
</div>
<div>
<img src="https://media.discordapp.net/attachments/759730675447758862/934320115393122324/unknown.png" class="sideImg" alt="Coding">
</div>
</div>
<!--My contacts-->
<div class="contact-page" id="cop">
<img src="https://cdn.discordapp.com/attachments/759730675447758862/999287124211810364/send.png" class="sideImg" alt="Coding">
<div class="header">
Leave a <b class="cont" id="cont" onmouseover="hover(this.id)" onmouseout="unhover(this.id)"><Message/></b>
</div><br>
<div class="text">
<a href="mailto:alehyer@gmail.com" target="_blank"><img src="https://cdn.discordapp.com/attachments/759730675447758862/999287125138747544/email.png" id="mail" onmouseover="hoverimg(this.id)" onmouseout="unhoverimg(this.id)"></a>
<span data-text="Click to copy!" class="tooltiptext"><img src="https://cdn.discordapp.com/attachments/759730675447758862/999287124840939540/discord.png" id="discord" onmouseover="hoverimg(this.id)" onmouseout="unhoverimg(this.id)" onclick="copydc()"></span>
<a href="https://instagram.com/alehyer" target="_blank"><img src="https://cdn.discordapp.com/attachments/759730675447758862/999287123863670844/instagram.png" id="insta" onmouseover="hoverimg(this.id)" onmouseout="unhoverimg(this.id)"></a>
<a href="https://github.com/alehyer" target="_blank"><img src="https://cdn.discordapp.com/attachments/759730675447758862/999287123565879377/github.png" id="github" onmouseover="hoverimg(this.id)" onmouseout="unhoverimg(this.id)"></a>
<a href="https://www.youtube.com/channel/UCEdRfOz0T_X5cpSdIt7qbMA" target="_blank"><img src="https://cdn.discordapp.com/attachments/759730675447758862/999287124543164426/youtube.png" id="yt" onmouseover="hoverimg(this.id)" onmouseout="unhoverimg(this.id)"></a>
<br><br><br><br><br> Thank You!
</div>
</div>
<script src="app.js"></script>
</body>
</html>