-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathARCHISHA.html
More file actions
55 lines (50 loc) · 1.86 KB
/
ARCHISHA.html
File metadata and controls
55 lines (50 loc) · 1.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="ARCHISHA.css">
</head>
<body>
<div class="top-container">
<img src="images/cloud.jpg" alt="no picture sed lyf" class="top-cloud">
<h1>I am ARCHISHA :)</h1>
<h2> noob programmer (jhuth bolna paap hai nadi kinare saanp hai)</h2>
<img src="images/cloud.jpg" alt="no picture sed lyf again" class="bottom-cloud">
<img src="images/mountain.jpg" alt="no picture sed lyf wanna cry lol">
<div class="middle-container">
<div class="profile">
<img src="images/multitassk.jpg" alt="sed" class="profile-img">
<h2>Hello.</h2>
<p class ="intro">idk bas band crow ab
</p>
</div>
<div class="skills">
<h2>My skills.</h2>
<div class="skill-row">
<img src="https://images.unsplash.com/photo-1541963463532-d68292c34b19?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8Mnx8fGVufDB8fHx8&w=1000&q=80" alt="lyf" class="earth-img">
<h3>Mat pucho yaar zyada kuh nahi aata :(</h3>
<p>Nahi pata jale pe namak mat chidhko
</p>
</div>
<div class="skill-row">
<img src="https://cdn-icons-png.flaticon.com/512/1012/1012677.png" alt="lyf" class="duck-img">
<h3>bla bla bla</h3>
<p>more bla bla bla etc etc
</p>
</div>
<div class="contact-me">
<h2>Get in touch.</h2>
<h3>Yeah don't.</h3>
<p class="contact-message">
Do not contact me please thank you very much bye bye.
</p>
</div>
</div>
</div>
</br>
</div>
</body>
</html>