-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chitra Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="overview">
<h1> I'm Chitra</h1>
<h2>Cloud and Code Enthusiast</h2>
<p>My aim is to secure a challenging role in the technology industry where I can apply my coding skills, passion for innovation, and dedication to making a positive impact.</p>
</div>
<div class="image-container">
<img class="myphoto" src="./images/myphoto.jpeg" alt="myphoto">
<p>I am a passionate and dedicated 2nd year B.Tech student specializing in Cloud Computing and Virtualization Technology at UPES, Dehradun.<br>In addition to my academic pursuits, I am also an avid sports person with a strong foundation in leadership.</p>
</div>
<section id="work-experience">
<h2 style="text-align: center;padding-top: 20px;padding-bottom:20px;">Projects</h2>
<div class="container">
<div class="row">
<div class="col-xl-4" style="text-align: center;"><img class="photos" src="./images/cricket.png" height="100px" width="100px" alt="cricket-bat and ball"><h4>Sports Profiling System</h4><p>A platform for cricketers and sports organizations.</p></div>
<div class="col-xl-4" style="text-align: center;"><img class="photos" src="./images/soil-crop.png" height="100px" width="100px" alt="crop and soil"><h4>Soil Analysis and Crop Management</h4><p>A platform for analysing soil and recommending crops.</p></div>
<div class="col-xl-4" style="text-align: center;"><img class="photos" src="./images/geograpghy.png" height="100px" width="100px" alt="globe"><h4>PinIT</h4><p>A geographical game.</p></div>
<a href="https://chitra2409.github.io/html-portfolio/" style="text-align: center; padding:10px">For more details</a>
</div>
</div>
</section>
</div>
<div class="contact">
<h2>Get in Touch</h2>
<p>If you are looking for a motivated and flexible professional to join your<br>organization, I am confident that my skill set and passion for technology<br>make me the ideal candidate. </p>
<button class="btn btn-dark rounded-pill px-3" type="button"><a href="./contact.html" style="color: white;">Contact Me</a>
</button>
</div>
<footer class="py-3">
<ul class="nav justify-content-center pb-3 mb-3">
<li class="nav-item"><a href="https://www.linkedin.com/in/chitra-sharma-b350941ab/" class="nav-link px-2 text-body-secondary">LinkedIn</a></li>
<li class="nav-item"><a href="https://github.com/Chitra2409" class="nav-link px-2 text-body-secondary">Github</a></li>
<li class="nav-item"><a href="https://instagram.com/brush_pen_paper?igshid=MzNlNGNkZWQ4Mg==" class="nav-link px-2 text-body-secondary">Instagram</a></li>
</ul>
<p class="text-center text-body-secondary">© chitra sharma</p>
</footer>
</body>
</html>