-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (197 loc) · 6.62 KB
/
index.html
File metadata and controls
210 lines (197 loc) · 6.62 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<SCRIPT language=JavaScript>
<!-- http://www.spacegun.co.uk -->
var message = "Right click disabled";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
document.onmousedown = rtclickcheck;
</SCRIPT>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nishank Gupta</title>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎯</text></svg>"
/>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
crossorigin="anonymous"
/>
</head>
<body>
<section id="main" class="center">
<div id="particles-js"></div>
<div class="user_info">
<h1 class="user_name">Nishank Gupta</h1>
<p>Certified Salesforce Developer</p>
<a href="#About" class="btn">About Us</a>
</div>
<div class="user_img">
<img src="profile.jpg" alt="" />
</div>
</section>
<!-- about -->
<section class="about center" id="About">
<div class="center">
<h1 class="about_heading">About</h1>
<p>
I am an All-round developer. I am a Software Engineer with good knowledge of back-end techniques. I love structure and order and I also stand for quality. I love to spend time on fixing little details and optimizing applications. Also I like working in a team because of that I learn faster and much more. It means "Two heads hmesa acche hai as compare to one".
</p>
</div>
<img src="img.png" alt="">
</section>
<section class="skills center" id="Skills">
<p class="skill_head">Skills</p>
<div class="skill_box center">
<div class="box">
<i class="fab fa-salesforce fa-4x"></i>
<p>Salesforce</p>
</div>
<div class="box">
<i class="fab fa-css3-alt fa-4x"></i>
<p>CSS</p>
</div>
<div class="box">
<i class="fab fa-js-square fa-4x"></i>
<p>Javascript</p>
</div>
<div class="box">
<i class="fab fa-html5 fa-4x"></i>
<p>HTML</p>
</div>
<div class="box">
<i class="fab fa-node-js fa-4x"></i>
<p>Node Js</p>
</div>
<div class="box">
<i class="fab fa-java fa-4x"></i>
<p>Java</p>
</div>
</div>
</section>
<section class="projects center" id="Projects">
<h1 class="project_heading">Projects</h1>
<div class="container center">
<div class="main_box center">
<div class="icon center">
<i class="fas fa-virus"></i>
</div>
<div class="box">
<h1>Covid 19 Helper</h1>
<p>
COVID-19 helper using Salesforce. apisetu.gov.in api used
for this project
</p>
<div class="links">
</div>
</div>
</div>
<div class="main_box center">
<div class="icon center">
<i class="fas fa-cloud"></i>
</div>
<div class="box">
<h1>Data Loader</h1>
<p>
Data Loader App in Salesforce to manipulate data from salesforce only. Upload data to salesforce org using CSV.
</p>
<div class="links">
</div>
</div>
</div>
<div class="main_box center">
<div class="icon center">
<i class="fas fa-film"></i>
</div>
<div class="box">
<h1>Youtube Views Enhancer</h1>
<p>
Youtube Views Enhancer to increase youtube views developed using NodeJs.
</p>
<div class="links">
</div>
</div>
</div>
<div class="main_box center">
<div class="icon center">
<i class="fas fa-hashtag"></i>
</div>
<div class="box">
<h1>Corona Last 30 Days Data Tracker</h1>
<p> Corona Last 30 Days Data Tracker using Visualforce Charts in Salesforce to show last 30 days active,deaths and confirmed cases.</p>
<div class="links">
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="center">
<h1>Stay Connected</h1>
<div class="social_media_icons">
<a href="https://www.instagram.com/_nishankgupta_/" target="_blank_"
><i class="fab fa-instagram"></i
></a>
<a href="https://twitter.com/dev_nishank" target="_blank_"
><i class="fab fa-twitter"></i
></a>
<a
href="https://www.facebook.com/nishankdeveloper/"
target="_blank_"
><i class="fab fa-facebook"></i
></a>
<a
href="https://www.linkedin.com/in/nishankdeveloper/"
target="_blank_"
><i class="fab fa-linkedin"></i
></a>
</div>
</footer>
<!-- Toggle -->
<div class="toggle center active" id="toggle">
<div class="box center">
<a href="#main" class="links center">
<i class="fas fa-home"></i>
<p>Home</p>
</a>
</div>
<div class="box center">
<a href="#About" class="links center">
<i class="fas fa-address-card"></i>
<p>About</p>
</a>
<input type="checkbox" name="" id="btn" />
<a href="#Skills" class="links center">
<i class="fas fa-sliders-h"></i>
<p>Skills</p>
</a>
</div>
<div class="box">
<a href="#Projects" class=" links center">
<i class="fas fa-tasks"></i>
<p>Projects</p>
</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<script src="particles.js"></script>
<script>
const toggle = document.getElementById("toggle");
const btn = document.getElementById("btn");
const links = document.querySelectorAll(".links");
btn.addEventListener("click", (e) => {
toggle.classList.toggle("active");
});
links.forEach((e) => {
e.addEventListener("click", () => {
toggle.classList.toggle("active");
})
});
</script>
</body>
</html>