-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
218 lines (184 loc) · 5.54 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Asjad</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
<link rel="icon" href="images/4307b2bf-modified.png">
<meta data-n-head='ssr' data-hid='theme-color' name='theme-color' content='#BEBEAB'>
<meta data-n-head='ssr' data-hid='og:type' name='og:type' content='website'>
<meta data-n-head='ssr' data-hid='og:title' name='og:title' content='Asjad'>
<meta data-n-head='ssr' data-hid='og:url' name='og:url' content='https://asjadoooo.github.io/Personal-portfolio-website/'>
<meta data-n-head='ssr' data-hid='og:image' name='og:image'
content='https://cdn.discordapp.com/attachments/826927977106374716/836647613927391302/Yellow-Anime-Girl-Pfp.png'>
<meta data-n-head='ssr' data-hid='description' name='description'
content='Hehe,Some little information about me!!'>
<meta data-n-head='ssr' data-hid='og:description' name='og:description'
content='Haii!!This is Me Asjad thats the end of it'>
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<div class="title-text">
<h1>I'm Asjad.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
</div>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/4307b2bf-modified.png" alt="profile image that's it">
<h2>Hello.</h2>
<p class="intro">Haii, I'm an A-Level student what else i tell you about? i code in python lol and play some fucking games and listen to J COLE my idol<p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="Anime.jpg" alt="WEEEEEEEEEEEEEEEEEEEEBS">
<h3>Development</h3>
<p>Just A normal person who learn and code in python that's it (Javascript ik that shit but it sucks if you code in Javascript you are a noob kids get offended) </p>
</div>
<div class="skill-row">
<img class="chilli-img" src="images/rickroll_4k-modified.png" alt="RICKROOL-img">
<h3>What's my best skill</h3>
<p>But my best skill is actually is doing nothing sitting down for hours and wasting i am really good at it anyone wanna mess?</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are lazy ass mf like me?</h3>
<p class="contact-message">Easily contact me i mean talk with me by joining this server</p>
<a class="btn" href="https://discord.gg/AEcEbsjTwN">Join this server</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://github.com/AsjadOooO">Github</a>
<a class="footer-link" href="https://twitter.com/asjafn">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/fnasjad/">Instagram</a>
<p class="copyright">© 2021 copyright by Asjad</p>
</div>
</body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
body {
color: #40514E;
margin: 0;
text-align: center;
font-family: 'Roboto', sans-serif;}
h1 {
color: #00ffff;
font-size: 5.625rem;
margin: 50px auto 0 auto;
font-family: 'Sacramento', cursive;
}
h2 {
color: #87c4c4;
font-family: 'Sacramento', cursive;
font-size: 2.5rem;
font-weight: normal;
padding-bottom: 10px;
}
h3 {
color: #11999E;
font-family: 'Roboto', sans-serif;}
p {
line-height: 2;
}
hr {
border: dotted #EAF6F6 6px;
border-bottom: none;
width: 4%;
margin: 100px auto;
}
a{
color: #11999E;
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;
}
a:hover {
color: #EAF6F6;
}
.top-container {
background-color: #E4F9F5;
position: relative;
padding-top: 100px;
}
.middle-container {
margin: 100px 0;
}
.bottom-container {
background-color: #66BFBF;
padding: 50px 0 20px;
}
.skill-row {
width: 50%;
margin: 100px auto 100px auto;
text-align: left;
}
.pro {
text-decoration: underline;
}
.intro {
width: 30%;
margin: auto;
}
.contact-message {
width: 40%;
margin: 40px auto 60px;
}
.copyright {
color: #EAF6F6;
font-size: 0.75rem;
padding: 20px 0;
}
.top-cloud {
position: absolute;
right: 300px;
top: 40px;
}
.bottom-cloud {
position: absolute;
left: 250px;
bottom: 300px;
}
.code-img {
width: 25%;
float: left;
margin-right: 30px;
}
.chilli-img {
width: 25%;
float: right;
margin-left: 30px;
}
.btn {
background: #00f7ff;
background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
background-image: -o-linear-gradient(top, #11cdd4, #11999e);
background-image: linear-gradient(to bottom, #11cdd4, #11999e);
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #00ffdd;
background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
text-decoration: none;
}
</style>
</html>