-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (163 loc) · 9.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/portfolio-logo.png" type="image/png">
<link rel="stylesheet" href="css-scss/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Charm&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css"> -->
<title>BitwiseGaurav - Portfolio</title>
<!-- BEGIN: SEO -->
<meta
name="description"
content="Portfolio website showcasing my skills and experience as a full stack web developer!"
/>
<meta
name="keywords"
content="web development, full stack, javascript, react, node.js, portfolio, hire, developer"
/>
<meta name="author" content="Gaurav Mishra" />
<meta name="robots" content="index, follow" />
<!-- END: SEO -->
</head>
<body>
<main>
<div class="scrollTrigger"></div>
<div id="cursor"></div>
<header>
<nav>
<div class="logo cursorcolor">
<p>BG</p>
</div>
<div class="last">
<div class="nav-links">
<a href="#intro" class="active">Intro</a>
<a href="#projects">Projects</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
<button type="button" id="hireme" class="largecursor cursorcolor">Hire Me</button>
<div class="colorpicker">
<div class="colors">
<div class="color cursorcolor activeColor" value="#FFE74C"></div>
</div>
</div>
<div class="hamburger">
<button class="menu" onclick="this.classList.toggle('opened');this.setAttribute('aria-expanded', this.classList.contains('opened'))" aria-label="Main Menu">
<svg width="100%" height="100%" viewBox="0 0 100 100">
<path class="line line1" d="M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058" />
<path class="line line2" d="M 20,50 H 80" />
<path class="line line3" d="M 20,70.999954 H 80.000231 C 80.000231,70.999954 94.498839,71.182648 94.532987,33.288669 94.543142,22.019327 90.966081,18.329754 85.259173,18.331003 79.552261,18.332249 75.000211,25.000058 75.000211,25.000058 L 25.000021,74.999942" />
</svg>
</button>
</div>
</div>
</nav>
<div class="navbar">
<div class="links">
<a href="#intro">Intro</a>
<a href="#projects">Projects</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
</div>
</header>
<section id="intro" class="main-link">
<div class="text">
<h1>Hello, My <user>User</user>Name is <name id="introName" class="type largecursor cursorcolor">BitwiseGaurav</name>
</h1>
<p>A Full Stack Web Developer</p>
</div>
<div class="sidepart">
<div class="sidebox cursorcolor">
<img src="images/Blogging-bro.svg" alt="Intro image" id="introimage">
</div>
</div>
</section>
<section id="projects" class="main-link">
<div id="projects-title">Projects</div>
<!-- <div class="project-box">
<img src="images/codevengers.png" alt="Codevengers">
</div> -->
<div class="projects-outerBox">
<ul></ul>
</div>
<div class="projects-lower">
<a href="projects.html" class="cursorcolor">See More Projects <arrow>→</arrow> </a>
</div>
</section>
<div class="about-outerBox">
<section id="about" class="main-link">
<div class="side-section">
<div class="my-image cursorcolor">
<img src="potraits/potrait2.png" alt="my-image">
</div>
</div>
<div class="about-me">
<div class="about-title">About Me</div>
<div class="about-desc">
<p>Hello there 👋, I'm <name class="largecursor cursorcolor">Gaurav Mishra</name> aka <name class="largecursor cursorcolor">BitwiseGaurav</name>, a highly skilled <b>full stack developer</b> with a wide range of expertise in web development and programming. I have a strong foundation in essential web technologies such as HTML, CSS, and JavaScript. I have built a reputation for delivering innovative and functional web solutions. I have created various projects, including "codevengers", "ReactLearning", "Blogesation", and some other projects.</p>
<p>I have also won two trophies 🏆 in debugging competitions, securing <b>3rd</b> and <b>1st</b> positions respectively. These achievements have instilled in me a sense of discipline and perseverance, which I bring to every project I work on. I am excited to bring my skills and experience to a new role and contribute to a team of developers.</p>
</div>
<div class="technology-title">Technologies</div>
<div class="technologies">
<!-- <div class="tech">HTML</div> -->
</div>
</div>
</section>
</div>
<footer id="contact" class="main-link">
<div class="left-section">
<div class="upper">
<div class="logo cursorcolor">
<p>BG</p>
</div>
<div class="social-links">
<a href="https://github.com/BitwiseGaurav" target="_blank" rel="noopener" id="github">Github</a>
<a href="https://replit.com/@BitwiseGaurav" target="_blank" rel="noopener" id="replit">Replit</a>
<a href="https://linkedin.com/in/BitwiseGaurav" target="_blank" rel="noopener" id="linkedin">Linkedin</a>
<a href="https://instagram.com/BitwiseGaurav" target="_blank" rel="noopener" id="instagram">Instagram</a>
<a href="https://x.com/BitwiseGaurav" target="_blank" rel="noopener" id="x">X</a>
</div>
</div>
<div class="lower">
<q class="largecursor">योगस्थः कुरु कर्माणि सङ्गं त्यक्त्वा धनञ्जय ।
सिद्ध्यसिद्धयोः समो भूत्वा समत्वं योग उच्यते ॥</q>
</div>
</div>
<p class="line"></p>
<div class="right-section">
<div class="contact-form">
<div class="contact-title">Contact Me</div>
<form action="#" method="post" id="contactForm">
<label for="name">Name : </label>
<input type="text" name="name" id="name" title="Enter your name" placeholder="Your name">
<label for="message">Message : </label>
<textarea name="message" id="message" cols="30" rows="5" title="Enter your message" placeholder="Your Message"></textarea>
<button type="submit" class="cursorcolor">Connect With Me</button>
</form>
</div>
</div>
</footer>
</main>
</body>
<!-- <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 defer src="js/header.js"></script>
<script defer src="js/hamburger.js"></script>
<script defer src="js/intro.js"></script>
<script defer src="js/active.js"></script>
<script defer src="js/projects.js"></script>
<script defer src="js/cursor.js"></script>
<script defer src="js/technologies.js"></script>
<!-- <script defer src="js/locomotive.js"></script> -->
<script defer src="js/gsap.js"></script>
<script defer src="js/scrollTrigger.js"></script>
<script defer src="js/hireme.js"></script>
<script defer src="js/form.js"></script>
<script defer src="js/colorpicker.js"></script>
</html>