-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (191 loc) · 10.5 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!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">
<title>I'm a Photographer</title>
<!-- font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel = "stylesheet" href = "css/style.css">
</head>
<body>
<!-- header -->
<header id = "header" class = "vh-100 flex">
<div class = "container">
<div class = "header-content">
<h1>I'm a <br><span class = "typewrite" data-loop = "yes" data-speed = "100" data-delay = "2000" data-words = '["photographer", "videographer"]'></span></h1>
<h3>Sairam Devisetty</h3>
<ul class = "social-links">
<li>
<a href = "https://www.instagram.com/sairam.devisetty/" class = "flex">
<i class = "fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</header>
<!-- end of header -->
<!-- main content -->
<main>
<!-- about section -->
<section id = "about" class = "about py-7">
<div class = "container">
<div class = "about-content grid">
<div class = "about-left">
<img class="border" src = "images/blacked.jpg" alt = "" loading="eager">
</div>
<div class = "about-right">
<div class = "title">
<h2>About Me</h2>
</div>
<p class = "lead">Hi there! My name is Sairam Devisetty and I'm currently a BBA student at SRM University in Andhra Pradesh. However, when
I'm not in class, you can often find me with a camera in hand, exploring the world around me and capturing its beauty
through the lens.</p>
<p class = "lead">checkout my work.</p>
<a href = "#work" class = "btn-down">
<i class = "fas fa-chevron-down"></i>
</a>
</div>
</div>
</div>
</section>
<!-- end of about section -->
<!-- work section -->
<section id = "work" class = "vh-100 flex py-7">
<div class = "container">
<div class = "work-content">
<div class = "title">
<h2>what am i doing?</h2>
</div>
<ul class = "work-top grid">
<li class="lead">
<i class="fas fa-dot-circle"></i>
I have been an active participant at my University Photography club for the past three years during my undergrad .
</li>
<li class="lead">
<i class="fas fa-dot-circle"></i>
Being the Vice-President of the photography club provided me multiple opportunities to enhance my leadership and
mentoring skills.
</li>
<li class="lead">
<i class="fas fa-dot-circle"></i>
I personally believe leading a team and at the same time being a part of it and enjoying the process of capturing the
moment is not an easy task but I have managed to keep up with my responsibilities but also be in the moment
</li>
<li class="lead">
<i class="fas fa-dot-circle"></i>
process of conducting and leading University event's has nurtured and mended me into a wholesome person
</li>
<li class="lead">
<i class="fas fa-dot-circle"></i>
I also have a keen interest in colour grading & video editing .
</li>
<li class="lead">
<i class="fas fa-dot-circle"></i>
Understanding and exploring different camera gear is something I am amused by
</li>
<li class = "lead"><i class = "fas fa-dot-circle"></i> As I continue to develop my skills and expand my portfolio, I'm excited to see where my passion for photography will
take me.</li>
<li class = "lead"><i class = "fas fa-dot-circle"></i> I hope to continue exploring new places and meeting new people, all while capturing the beauty and essence of the world
around us.</li>
<li class = "lead"><i class = "fas fa-dot-circle"></i> I am pursuing a degree in business administration and gaining valuable knowledge and skills in various aspects of
business.</li>
</ul>
<a href = "#portfolio" class = "btn-down btn-down-white">
<i class = "fas fa-chevron-down"></i>
</a>
</div>
</div>
</section>
<!-- end of work section -->
<!-- portfolio section -->
<section id = "portfolio" class = "vh-100 py-7">
<div class = "container">
<div class = "portfolio-content">
<div class = "title">
<h2>my works</h2>
<a href = "#contact" class = "btn-down">
<i class = "fas fa-chevron-down"></i>
</a>
</div>
<div class = "portfolio-grid grid">
<div><img src="images/malik-1.jpg" loading="lazy"></div>
<div><img src = "images/_SRD1859-2.jpg" loading="lazy"></div>
<div><img src="images/ARMAAN MALIK (1).png" loading="lazy"></div>
<div><img src = "images/_SRD4797.jpg" loading="lazy"> </div>
<div><img src = "images/_SRD4686-2.jpg" loading="lazy"></div>
<div><img src = "images/_SRD4789.jpg" loading="lazy"></div>
<div><img src = "images/_SRD4744.jpg" loading="lazy"></div>
<div><img src = "images/_SRD4770.jpg" loading="lazy"></div>
<div><img src = "images/_SRD4738.jpg" loading="lazy"></div>
<div><img src="images/_SRD4419.jpg" loading="lazy"></div>
<div><img src="images/malik-3.jpg" loading="lazy"></div>
<div><img src="images/malik-2.jpg" loading="lazy"></div>
<div><img src="images/_SRD0702-Edit 1.jpg" loading="lazy"></div>
<div><img src="images/_SRD1627-Edit 3.jpg" loading="lazy"></div>
<div><img src="images/_RAJ0113-4.jpg" loading="lazy"></div>
<div><img src="images/_SRD2556-Edit.jpg" loading="lazy"></div>
<div><img src="images/_SRD0314-Edit.jpg" loading="lazy"></div>
<div><img src="images/_SRD1462-Edit.jpg" loading="lazy"></div>
<div><img src="images/_SRD5234.jpg" loading="lazy"></div>
<div><img src="images/_SRD0307-EditTT.jpg" loading="lazy"></div>
<div><img src="images/_SRD5414.jpg" loading="lazy"></div>
<div><img src="images/_MG_7036-2-Edit.jpg" loading="lazy"></div>
<div><img src="images/IMG_6574-FINAL EDIT copy.jpg" loading="lazy"></div>
</div>
</div>
</div>
</section>
<!-- end of portfolio section -->
<!-- contact section -->
<section id = "contact" class = "py-7">
<div class = "container">
<div class = "contact-content flex">
<div class = "contact-left">
<div class="title">
<h2>contact me</h2>
</div>
<p class = "lead"><i class = "fas fa-phone-alt"></i> +91 7095091251</p>
<p class = "lead"><i class = "fas fa-envelope"></i> sairam7d@gmail.com</p>
<form action="https://formsubmit.co/sairam_devisetty@srmap.edu.in" method="POST">
<input type = "text" name="message" class = "form-control" placeholder="Your message here ..." required>
<input type = "email" name="email" class = "form-control" placeholder="Your email here" required>
<input type = "submit" class = "btn-submit btn" value = "Submit">
</form>
</div>
<div class = "contact-right">
<img class="border" src = "images/profile.jpg" alt = "contact image" loading="lazy">
</div>
</div>
</div>
</section>
<!-- end of contact section -->
<!-- end of main content -->
<!-- footer -->
<footer id = "footer" class = "py-7">
<div class = "container">
<div class = "footer-content">
<div>
<h3>Sairam Devisetty</h3>
<div><img src = "images/_SRD4920.jpg"></div>
</div>
<div>
<h3>Links</h3>
<ul class = "flex">
<li><a href = "#about">About Me</a></li>
<li><a href = "#work">Work</a></li>
<li><a href = "#portfolio">Portfolio</a></li>
<li><a href = "#contact">Contact Me</a></li>
<li><a href = "https://www.instagram.com/sairam.devisetty/">Instagram</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- typewriting js -->
<script src = "typewriting-master/typewriting.js"></script>
</body>
</html>