-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (86 loc) · 3.4 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
<!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>Landing Page | Developer</title>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/css?family=Archivo+Black&display=swap" rel="stylesheet">
</head>
<body>
<section class="hero_section">
<div class="text_container">
<h2><span class="lg_text">Hi,</span> <span class="sl_text">I am Anurag Gupta</span></h2>
<h1 class="lg_text">FULL STACK DEVELOPER</h1>
</div>
</section>
<section class="black_box">
<h2>WORK, I CAN DO FOR <span>YOU</span></h2>
</section>
<section class="work">
<div class="grid_item">
<div class="card">
<div class="image_container">
<img src="images/web.png" alt="web development" loading="lazy" />
</div>
<div class="card_content">
<h3>Web Development</h3>
<p>
Web development involves building websites using front-end (HTML, CSS, JavaScript) and back-end technologies (databases, servers). It enhances user experience and powers online interactions.
</p>
</div>
</div>
</div>
<div class="grid_item">
<div class="card">
<div class="image_container">
<img src="images/PicsArt_03-24-07.25.58-1.webp" alt="dsa" width="300px" height="200px" loading="lazy"/>
</div>
<div class="card_content">
<h3>DSA</h3>
<p>
Data Structures and Algorithms involves organizing data efficiently and solving problems using techniques like sorting, searching, recursion, and optimization for performance and scalability.
</p>
</div>
</div>
</div>
<div class="grid_item">
<div class="card">
<div class="image_container">
<img src="images/ui.jpg" alt="ui xi" width="300px" height="200px" loading="lazy"/>
</div>
<div class="card_content">
<h3>UI UX Design</h3>
<p>
UI/UX design focuses on crafting intuitive interfaces and enhancing user experiences. It combines aesthetics, functionality, and user behavior to create seamless, engaging digital interactions.
</p>
</div>
</div>
</div>
</section>
<section class="bottom_section">
<div class="contact">
<h2>Contacting Me</h2>
<p>
It is quite easy :-)
</p>
<p>Work Mail : [email protected]</p>
<p>Linkedin : https://www.linkedin.com/in/anurag-gupta-a54a17308</p>
<p>X: @AnuragGupta1817</p>
</div>
<div class="about">
<h2>About Me</h2>
<p>
I am presently a 1st year UG student at Ajay Kumar Garg Engineering College Ghaziabad highly, Primarily active in DSA and Full Stack Web Development . Feel free to ping me whenever required :)
</p>
<p>GitHub : AnuragGupta181</p>
<p>Coding Ninjas: https://www.naukri.com/code360/profile/AnuragGupta</p>
<p>
Learning new things 😊
</p>
</div>
</section>
<footer>Open for paid Work</footer>
</body>
</html>