-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (115 loc) · 5.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio - Agrim Tawani</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="cursor"></div>
<div id="nav">
<img src="https://d33wubrfki0l68.cloudfront.net/439bf938233c24af021ffe6d206cd42f546e1143/ff4ed/assets/logo.svg"alt="">
<div id="nav-part2">
<h4 id="home">Home</h4>
<h4 id="about">About</h4>
<h4 id="works">Works</h4>
<h4 id="contact">Contact</h4>
</div>
<div id="nav-part3">
<div id="circle"></div>
</div>
</div>
<div id="purple">
</div>
<div class="main">
<div class="page1" id="page_1">
<h1>Hi, I am Agrim</h1>
<h2>let's build together</h2>
<video autoplay muted loop src="https://web.archive.org/web/20240215162227im_/https://duo-studio.co/assets/home/Duo%20Reel--Desktop-reduced.mp4"></video>
</div>
<div class="page2" id="page_2">
<h1>About Me</h1>
<div class="page2-container">
<div class="page2-left">
<h2>PROFICIENT IN:
C++,
JAVA,
HTML5,
CSS,
JAVASCRIPT,
SOLIDITY
</h2>
</div>
<img src="https://agrimtawani.github.io/Porfolio/public/rectangle-1@2x.png">
<div class="page2-right">
<p>I am a passionate engineering student persuing B.tech in Electronics and Telecommunication at
DJ Sanghvi College of Engineering. I have deep interest in programming, I am also in the coding dept
of DJS Antariksh, the mars rover team of DJ Sanghvi. My goals are to continue learning in the field of Blockchain Technology
and improve my backend knowledge.
</p>
<button><a href="/~https://github.com/AgrimTawani">About me</a></button>
</div>
</div>
</div>
<div class="page4" id="page_4">
<h1>Selected Works</h1>
<div class="elem">
<img src="hangman.jpg"
alt="">
<div class="text-div">
<h1>Currency-Converter</h1>
<h1>Currency-Converter</h1>
</div>
</div>
<div class="elem">
<img src="currencyconv.jpg"
alt="">
<div class="text-div">
<h1>Hangman-Game</h1>
<h1>Hangman-Game</h1>
</div>
</div>
<div class="elem">
<!-- <img src="https://d33wubrfki0l68.cloudfront.net/3401770635e95968e300d88f8b9479ecbc008eeb/be2e5/assets/home/home-experience-1.webp"
alt=> -->
<div class="text-div">
<h1>Crowd Funding</h1>
<h1>Crowd Funding</h1>
</div>
<img src="https://d33wubrfki0l68.cloudfront.net/188bb09da2a445d08ac5b4f706711772e50e8a17/e100a/assets/home/home-experience-2.webp"
alt="">
</div>
</div>
<div class="page5" id="page_5">
<h2>CONTACt</h2>
<div class="box"
data-image="https://images.unsplash.com/photo-1688362809005-e1d27bf427ac?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHx0b3BpYy1mZWVkfDd8Ym84alFLVGFFMFl8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=60">
<h3>WhatsApp</h3>
<h4>+91 8104048639</h4>
</div>
<div class="box">
<h3>GMail</h3>
<h4>agrimtawani139@gmail.com</h4>
</div>
<div class="box">
<h3><a href="https://www.linkedin.com/in/agrim-tawani-227502295/">Linkden</a></h3>
</div>
<div class="box">
<h3><a href="/~https://github.com/AgrimTawani">GitHub</a></h3>
</div>
<div class="box">
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"
integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>