-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
183 lines (152 loc) · 8.12 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Poppins:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/skill.css">
<link rel="stylesheet" href="css/portfolio.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/footer.css">
<title>Portfolio</title>
<link rel="icon" href="images/portfolio.png" sizes="96x96" type="image/png">
</head>
<body>
<!-- header design -->
<header>
<a href="#" class="logo">Portfolio</a>
<i class="fa-solid fa-bars menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#portfolio">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- Home section design -->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, It's me</h3>
<h1>Ghanshyam Rai</h1>
<h3>And I'm a <span>Frontend Developer</span></h3>
<p>I have a profound passion for crafting user-friendly and visually captivating websites. I believe in the power of code to turn creative ideas into functional and beautiful digital experiences.</p>
<div class="social-media">
<a href="https://twitter.com/gsrai2002" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/ghanshyam-rai-27b62322a/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/gsrai2002" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
<a href="./resume_ghanshyam.pdf" download="Ghanshyam_resume" class="button download-button">Download Resume</a>
</div>
<div class="home-image">
</div>
</section>
<!-- about section design -->
<section class="about" id="about">
<div class="about-content">
<h2 class="heading about-heading">About <span>Me</span></h2>
<p> Hello there! I'm Ghanshyam Rai
<br><br> My journey into the world of frontend development began from July 2023. Since then, I've been on a relentless pursuit of knowledge and improvement.
<br><br> I don't like to define myself by the work I've done. I define myself by the work I want to do. Skills can be taught, personality is inherent. I prefer to keep learning, continue challenging myself, and do interesting things that matter.
<br><br> I'm a firm believer in the power of teamwork and open communication. I thrive in collaborative environments and want to work closely with designers, backend developers, and project managers to turn concepts into reality.
<br><br>I'm a fast learner, able to pick up new skills and juggle different projects and roles with relative ease. I like to develop expertise in a number of areas over the course of my life and career.
</span>
</p>
</div>
</section>
<!-- skill section design -->
<section class="skills" id="skills">
<h2 class="heading skills-heading">My<span> Skills</span></h2>
<div class="skills-content">
<div class="progress">
<h3>HTML <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>CSS <span>85%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>JavaScript <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>React <span>60%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>GitHub <span>95%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</section>
<!-- portfolio section design -->
<section class="portfolio" id="portfolio">
<h2 class="heading portfolio-heading">Latest <span>Project</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/portfolio1.jpg">
<div class="portfolio-layer">
<h4>Weather App</h4>
<p>Stay informed with our weather app for accurate forecasts and real-time updates.</p>
<a href="https://gsrai2002.github.io/Weather-App/weather.html" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio2.jpg">
<div class="portfolio-layer">
<h4>Task Management</h4>
<p>Designed to streamline project organization, boost productivity, and enhance collaboration</p>
<a href="https://gsrai2002.github.io/Task-Management/task.html" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/portfolio3.jpg">
<div class="portfolio-layer">
<h4>Stopwatch</h4>
<p>Designed digital stopwatch, showcasing precision and functionality for tracking events</p>
<a href="https://gsrai2002.github.io/Stopwatch/stopwatch.html" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
</section>
<!-- contact section design -->
<section class="contact" id="contact">
<h2 class="heading contact-heading">Contact <span>Me!</span></h2>
<form action="https://formsubmit.co/01e570f73424b9867add40a100eb386c" method="POST">
<div class="input-box">
<input type="text" name="Name" placeholder="Full Name" required>
<input type="email" name="Email" placeholder="Email Address" class="email" required>
</div>
<div class="input-box">
<input type="number" name="Phone Number" placeholder="Mobile Number">
<input type="text" name="Email Subject" placeholder="Email Subject" required>
</div>
<textarea name="Message" id="" cols="30" rows="10" placeholder="Your Message"></textarea>
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_template" value="table">
<input type="hidden" name="_next" value="https://gsrai2002.github.io/Portfolio/portfolio.html">
<input type="submit" value="Send Message" class="button submit-button">
</form>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class="fa-solid fa-arrow-up"></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="Javascript/script.js"></script>
</body>
</html>