-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (95 loc) · 6.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Ashutosh's Online Profile"/>
<meta property="og:image" content="/assets/snapshot.jpg"/>
<meta property="og:description" content="My online profile showcasing my skills and projects. I created this profile website to showcase my design skills and the projects that I've done over the years learning Web Development. I had a lot of fun making it and hope you like it too!"/>
<meta property="og:url" content="https://myawesomeprofile.netlify.app/" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<title>Home</title>
</head>
<body>
<div class="loader_pane">
<div class="loader">Loading...</div>
</div>
<section id="home">
<div class="bg">
<nav>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#about">About</a></li>
<li><a href="#about">Contact</a></li>
</ul>
</nav>
<div class="left-slant">
<!-- <img src="assets/DSCN3034.JPG" alt="me" height="100%" style="transform: translateX(-10%);"> -->
<img src="assets/DSCN3034-50.webp" alt="me" height="100%" style="transform: translateX(-10%);">
</div>
<div class="right-slant">
<div class="content">
<h1>Hey there!</h1>
<h2>I'm Ashutosh, nice to meet you!</h2>
<p>I'm a full stack web developer and a dreamer, voyager and creator at heart.</p>
<div class="down-chevron">
<a href="#projects"><img src="assets/down-arrow.png" alt="Scroll down"></a>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="image">
<img src="assets/project5.svg" alt="picture">
</div>
<div class="content">
<h1>Projects I've done</h1>
<div class="project-gallery">
<div class="project-details">
<h2>Links Later</h2>
<p>A cross platform links manager to keep your links safe in the cloud for later. No more browser clutter and increase your productivity!</p>
<a class="btn type_1" href="https://github.com/TheDynamicPunk/links-later">Check out on Github<i class="fab fa-github fa-lg"></i></a><a class="btn type_2" href="https://linkslater.onrender.com/" target="blank">Live Demo<i class="fas fa-caret-square-right fa-lg"></i></a>
</div>
<div class="project-details">
<h2>Hashster</h2>
<p>A client side file hash generator with no backend for truly in-house usage!</p>
<a class="btn type_1" href="https://github.com/TheDynamicPunk/Hashster" target="blank">Check out on Github<i class="fab fa-github fa-lg"></i></a><a class="btn type_2" href="https://hashster.netlify.app" target="blank">Live Demo<i class="fas fa-caret-square-right fa-lg"></i></a>
</div>
<!-- <div class="project-details">
<h2>Weather App</h2>
<p>Frontend weather app having real time updation, dynamic moods background switcher and all the nifty loader goodness!</p>
<a class="btn type_1" href="https://github.com/TheDynamicPunk/dusktildawn" target="blank">Check out on Github<i class="fab fa-github fa-lg"></i></a><a class="btn type_2" href="https://dusktildawn.netlify.app" target="blank">Live Demo<i class="fas fa-caret-square-right fa-lg"></i></a>
</div> -->
<div class="project-details">
<h2>WhatsApp Threader</h2>
<p>This website provides users with the ability to message unknown numbers on WhatsApp without having to save them first.</p>
<a class="btn type_1" href="https://github.com/TheDynamicPunk/WhatsApp-Threader" target="blank">Check out on Github<i class="fab fa-github fa-lg"></i></a><a class="btn type_2" href="https://threader.netlify.app" target="blank">Live Demo<i class="fas fa-caret-square-right fa-lg"></i></a>
</div>
</div>
</div>
</section>
<section id="about">
<div class="bg-container">
<img class="about-bg1" src="assets/about-bg.svg" alt="about-bg">
<h1>About Me</h1>
</div>
<div class="content-container">
<h3>I'm a Full Stack Web Developer based in Delhi</h3>
<p>I create and design websites that inspire and capture the brand's identity. I love to design graphics and make a product stand out in the market. I am mostly praised as a detail-oriented and adaptable. I am very much inspired by modern flat UI themes and same can be seen in many of my projects. I love playing football⚽, video-games🎮, swimming🏊♂️, travelling🛫 and observing nature🍀 in general. I love listening lo-fi jazz and relax! I am pursuing my B.Tech in Information Technology at IIIT-Bhubaneswar.</p>
<p>I am open to internship and remote work opportunites to further enhance my work experience.</p>
<p><b>Contact Me</b></p>
<div class="d-flex">
<a href="https://www.linkedin.com/in/gupta-ashu/" target="blank">LinkedIn <i class="fab fa-linkedin fa-lg"></i></a> <a href="mailto:[email protected]">Gmail <i class="fas fa-envelope-open fa-lg"></i></a>
</div>
</div>
<img class="about-bg2" src="assets/about-bg2.svg" alt="about-bg2">
</section>
<section id="footer">
<p>Coded with ❤ by <a href="https://github.com/TheDynamicPunk" target="blank">TheDynamicPunk</a> | Source code on <a href="https://github.com/TheDynamicPunk/my-profile" target="blank">Github <i class="fab fa-github"></i></a></p>
</section>
</body>
<script src="./load.js"></script>
</html>