-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (101 loc) · 3.27 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
<!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>Anirudh Rai</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="CSS - My Site Images/user_icon.ico" />
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="top-container">
<img
src="CSS - My Site Images/cloud.png"
alt="cloud_img"
class="top-clould"
/>
<h1>I'm Anirudh Rai</h1>
<h2>A <span class="pro"> Pro</span>grammer.</h2>
<img
src="CSS - My Site Images/cloud.png"
alt="cloud_img"
class="bottom-clould"
/>
<img src="CSS - My Site Images/mountain.png" alt="mountain_img" />
</div>
<div>
<div class="profile">
<img src="CSS - My Site Images/anii.png" alt="Anirudh" class="mypic" />
<h2>Hello.</h2>
<p>
I am learning Full stack Web Development. I love to learn new things
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img
class="comppng"
src="CSS - My Site Images/computer.png"
alt="Laptop"
/>
<h3>Design & Development</h3>
<p class="code_para">
I got to know about programing in my high school in 11th class where
we got to learn python. It was a easy language to uderstand so i had
fun learning it after learning some basic concepts i was able to
develop a restaurant billing system which is on my GitHub.
</p>
</div>
<div class="skill-row">
<img
class="chillipng"
src="CSS - My Site Images/chillies.png"
alt="chillies"
/>
<h3>Chillies Challenge</h3>
<p class="chilli_para">
One of my skill is to eat alot of spice food, my favorite is Chicken
briyani hot and spice as an indian my spice tolerance is too high it
can be matched by many people.
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If u love Programming</h3>
<p class="lastmsg">
Love to code? Want to build projects! Let's meet up.
</p>
<a class="btn" href="mailto:anirudhrai503@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://github.com/ANii693" target="_blank"
>GitHub</a
>
<a
class="footer-link"
href="https://www.linkedin.com/in/anirudh-rai-072732220/"
target="_blank"
>LinkedIn</a
>
<a
class="footer-link"
href="https://leetcode.com/anirudhrai503/"
target="_blank"
>Leetcode</a
>
<p class="copyright">©2023 Anirudh Rai.</p>
</div>
</body>
</html>