-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
195 lines (175 loc) · 6.82 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<title>Personal Website</title>
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<section>
<!--nav bar-->
<!--<nav class="navbar">
--><!--menu-->
<!-- <div class="nav-links active">
<ul id="navLinks">
<li class='btn active-btn'><a href="#">Home</a></li>
<li class='btn'><a href="#about">About Me</a></li>
<li class='btn'><a href="#contact me" class="last">Contact Me</a></li>
</ul>
</div>-->
<!--bars
<div class="toggle"></div>-->
<!-- Toggle button -->
<!-- <a href="#" class='toggle-btn'>
<span class='bar'></span>
<span class='bar'></span>
<span class='bar'></span>
</a>
</nav>-->
<nav class='navbar'>
<!--logo-->
<a href="https://www.linkedin.com/in/saloni-jaiswal-7007541ba" class="logo"><i class="fas fa-user"></i> 
Saloni Jaiswal</a>
<!-- Toggle button -->
<a href="#" class='toggle-btn'>
<span class='bar'></span>
<span class='bar'></span>
<span class='bar'></span>
</a>
<div class="nav-links">
<ul id='navLinks'>
<li class='btn active-btn'><a href="#">Home</a></li>
<li class='btn'><a href="#about">About Me</a></li>
<li class='btn'><a href="#contact me">Contact Me</a></li>
</ul>
</div>
</nav>
</section>
<!--home text-->
<div class="text-container" id="home">
<p>Saloni Jaiswal</p>
<p>Collage Student</p>
<a href="#about"><button class="about-btn">About me</button></a>
<a href="#contact me"><button class="contact-btn">Contact me</button></a>
</div>
<!--home img-->
<img alt="my image" class="me" src="css/p1.png">
<div class="about-container" id="about">
<!--img-->
<img src="p1.png" />
<!--about-me-text-->
<div class="about-text">
<p>About Me</p>
<p>Electrical Engineering Undergrad , IIT BHU</p>
<p>Hello, I am Saloni Jaiswal , pursuing Bachelor,s degree in Electrical Engineering at IIT BHU.
<br>My intrests lies in Data Structure , Algorithims , Web Designing and I love to solve resoning
problems.
<br>I have Experience in web development(done internship at GRIP for one month).<br>
<a href="https://drive.google.com/file/d/1LuvV4e879n1UoYvpEtoWmrzM2ZPqhzce/view?usp=drivesdk"><button
class="resume-btn"> See Resume</button></a>
<a href="#contact me"><button class="contact-btn">Contact Me</button></a>
</div>
</div>
<!--projects-container-->
<div class="projects " id="projects">
<!--text-->
<div class="projects-text ">
<p>Projects</p>
<p>Some selected projects</p>
<p>If you wants to know more about my project you can contact me through linkedin , twitter & github as I
provided the links below.</p>
</div>
<div class="box-container">
<!--1-->
<div class="box-1">
<span>1</span>
<p class="heading">Basic_Banking_system</p>
<p class="details">Basic Banking System A Web Application used to transfer money between multiple users.
Stack used - Front-end : HTML, CSS, Bootstrap & Javascript Back-end : PHP Database : MySQL</p>
<a href="https://github.com/Saloni6111/basic_banking_system"><button>Read More</button></a>
</div>
<!--2-->
<div class="box-2">
<span>2</span>
<p class="heading">Payment_Gateway</p>
<p class="details">Payment Integration Gateway through Razorpay. you can donate through Razorpay as
there are many option .
Stack used - Front-end : HTML & CSS .
</p>
<a href="https://github.com/Saloni6111/payment-gateway"><button>Read More</button></a>
</div>
<!--3-->
<div class="box-3">
<span>3</span>
<p class="heading">My Protofilo</p>
<p class="details">know more about me through my protofilo you can contact me through this and can see
my resume.
Stack used - Front-end : HTML ,CSS & javascript. </p>
<a href="https://github.com/Saloni6111"><button>Read More</button></a>
</div>
<div class="box-4">
<span>4</span>
<p class="heading">Next Here</p>
<p class="details">if you want make a software for your bussniess conatact me.I make as soon as
possibale.You really like my work, if you don’t i change this until you like if you want.</p>
<a href="#"><button>Read More</button></a>
</div>
</div>
</div>
<!--my skills-->
<div class="myskills" id="skills">
<p>Skills I Have</p>
<ul>
<li> <b>->Programming languages </b>:- C , C++
<li>
<li><b>-> Web Tools </b>:- HTML , CSS , javascript and basic knowledge about sql & php </li>
<li> <b>->Operating system</b> :- Windows</li>
<li> <b>->Field Of interests </b>:-solving logical reasoning problems, Data structure & algorithms . </li>
</ul>
<a href="https://drive.google.com/file/d/1LuvV4e879n1UoYvpEtoWmrzM2ZPqhzce/view?usp=drivesdk"><button>See
Resume</button></a>
</div>
<!--footer---->
<footer id="contact me">
<!--heading-->
<p>Contact Me Here</p>
<!--paragraph-->
<p>I will happy to contact with you all <br> Thank You</p>
<!--social-->
<div class="social-icons">
<a href="https://www.linkedin.com/in/saloni-jaiswal-7007541ba"><i class="fab fa-linkedin"></i></i></a>
<a href="https://mobile.twitter.com/JaisswalSaloni"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/Saloni6111"><i class="fab fa-github"></i></a>
</div>
<!--copyright-->
<p class="copyright">@ Copyright 6111</p>
</footer>
<!--social-attach-bar-->
<div class="social">
<a href="https://www.linkedin.com/in/saloni-jaiswal-7007541ba"><i class="fab fa-linkedin"></i></i></a>
<a href="https://mobile.twitter.com/JaisswalSaloni"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/Saloni6111"><i class="fab fa-github"></i></a>
</div>
<script src="https://kit.fontawesome.com/eae419465a.js" crossorigin="anonymous"></script>
<!--js-->
<script>
const toggleBtn=document.getElementsByClassName('toggle-btn')[0];
const navbarLinks=document.getElementsByClassName('nav-links')[0];
toggleBtn.addEventListener('click',()=>{
navbarLinks.classList.toggle('active');
})
var header = document.getElementById("navLinks");
var btns = header.getElementsByClassName("btn");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function () {
var current = document.getElementsByClassName("active-btn");
current[0].className = current[0].className.replace(" active-btn", "");
this.className += " active-btn";
navbarLinks.classList.toggle('active');
});
}
</script>
</body>
</html>