-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
169 lines (168 loc) · 8.93 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style2.css">
<link rel="icon" href="./images/title.png">
<title>Portfolio</title>
</head>
<body>
<div>
<nav class="navbar navbar-expand bg-dark bg-body-tertiary fixed-top" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand iconimg" href="#" style="cursor: default;">
<img src="./images/icon.png" alt="Bootstrap" width="25" height="25">
</a>
<a class="navbar-brand" href="#" style="cursor: default;"><span>V</span>arma <span>S</span>agi</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<div id="atags">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#Main" id="hov">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects" id="hov">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" id="hov">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" id="hov">Contact us</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</div>
<section id="Main">
<div class="main">
<h1 style="font-size: 6rem; filter: grayscale(0%)" class="text">Hello <span class="rev1"></span></h1>
<h1 style="font-size: 6rem; filter: grayscale(0%)" class="text">I am <span class="rev2"></span></h1>
<h1 style="font-size: 6rem; filter: grayscale(0%)" class="text">Varma. <span class="rev3"></span></h1>
</div>
</section>
<section id="projects">
<div id="project-container">
<div class="project-title">
<h1>My Fronted <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>Simon Game</h2>
<p>Simon is an memory game that tests players' recall abilities by challenging them to repeat a growing sequence of lights and sounds. As the game advances, the sequences become more complex, providing an engaging and entertaining way to enhance memory and concentration skills.</p>
</div>
<div class="project-img">
<img src="./images/Simon Game2.png" alt="">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>Spotify Clone</h2>
<p>Spotify is a popular music streaming service that allows users to access a vast library of songs, playlists, and podcasts. It provides personalized recommendations and features both free and premium subscription options. Here i tried to design spotify home page using basic html and css.</p>
</div>
<div class="project-img">
<img src="./images/spotify-clone.png" alt="">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>Photographer Home-page</h2>
<p>It is a web homepage for Photographers, which i can futher extend and add more features which helps a Photographers to display their best albums and pictures inorder to gain new clients. Currently i designed it only with an ui by using html and css. </p>
</div>
<div class="project-img">
<img src="./images/studio.png" alt="">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 4</h1>
<h2>Portfolio Website</h2>
<p>My portfolio is a presentation of all that I've learned and accomplished.I Designed this website by with front-end technologies such as Html,Css and Bootstrap</p>
</div>
<div class="project-img">
<img src="./images/portfolio.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="about">
<div class="col-left">
<div class="about-img">
<img src="./images/me.jpg" alt="">
</div>
</div>
<div class="col-right">
<div class="about-info">
<h1>About <span>Me</span></h1>
<br>
<h2><span>Web</span> developer</h2>
<br>
<p>My name is S Varma,and my portfolio is a presentation of all that i've learned and accomplished as a student till now. Currently i am pursuing computers bachelors degree at Gayatri vidya parishad college of engineering</p>
<br>
<div>
<button type="button" class="btn btn-outline-dark btn-lg"><a href="./VARMA.pdf" target="_blank" style="text-decoration: none; color: #94A684;">Download Resume</a></button>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="contact-head">
<h1>Contact <span>Info</span></h1>
</div>
<br>
<div class="contact-items">
<div class="contact-item" style="padding-left: 10px;">
<div class="contact-icon"><img src="./images/phone.png" alt=""></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+91 7330633226</h2>
</div>
</div>
<div class="contact-item" style="padding-left: 10px;">
<div class="contact-icon"><img src="./images/gmail.png" alt=""></div>
<a href="mailto:[email protected]" style="text-decoration: none; color: #3D322C;">
<div class="contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
</div>
</a>
</div>
<div class="contact-item" style="padding-left: 10px;">
<div class="contact-icon"><img src="./images/address.png" alt=""></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Opp ramalayam,near bodducheruvu,Turangi,Kakinada</h2>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="footer">
<p>
Thank you for visiting my portfolio. Feel free to reach out!
<br>
<a href="mailto:[email protected]"><i class="far fa-envelope"></i> Email</a> |
<a href="https://github.com/varma-101" target="_blank"><i class="fab fa-github"></i> GitHub</a> |
<a href="https://www.linkedin.com/in/varma-sagi-89a024253?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a>
<br>
Copyright © 2023 Varma. All rights reserved
</p>
</div>
</section>
</body>
</html>