-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
101 lines (95 loc) · 5.26 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🔥Prafull Anand</title>
<link rel="icon" href="coding.svg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Slab&family=Merriweather:ital,wght@0,300;1,300&family=Montserrat:ital,wght@0,100;0,400;1,100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.svg" alt="cloud-img">
<div class="name-container">
<h1 class="name">I'm Prafull Anand</h1>
<p class="name-description">an aspiring web developer and computer scientist.</p>
</div>
<img class="bottom-cloud" src="cloud.svg" alt="cloud-img">
<img class="mountain" src="land.svg" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="a-modified.png" alt="">
<section id="about-me">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Hello</h2>
<p class="intro">I'm Prafull Anand, a Computer Science and Engineering undergraduate student at MS Ramaiah Institute of Technology (MSRIT). My passion for technology and cybersecurity drives me to explore various facets of the digital world.</p>
</div>
</div>
</div>
</section>
</div>
<hr>
<div class="Interests">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="chillies-img" src="1-modified.png" alt="">
<h3 class="skill">Artificial Intelligence and Machine Learning (AI/ML)</h3>
<p class="skill">I'm fascinated by the potential of AI/ML to solve complex problems and enhance automation.</p>
</div>
<div class="skill-row">
<img class="computer-img" src="computer.png" alt="">
<h3 class="skill">Web Development</h3>
<p class="skill">I love creating responsive and user-friendly websites, transforming ideas into interactive digital experiences.</p>
</div>
<div class="skill-row">
<img class="chillies-img" src="chillies.png" alt="">
<h3 class="skill">Open Source</h3>
<p class="skill">I actively contribute to open-source projects, believing in the power of collaboration and shared knowledge.</p>
</div>
</div>
<hr>
<section id="projects" class="projects-section">
<h2 class="projects-section-header">These are some of my projects</h2>
<div class="projects-grid">
<a href="https://codepen.io/PRAFULL-ANAND/pen/vYvvOwV" target="_blank" class="project project-tile">
<img class="project-image" src="https://i.ibb.co/cgV7zCL/Screenshot-2023-10-20-183933.png" alt="project">
<p class="project-title"><span class="code"><</span>Axe Store<span class="code">/></span></p>
</a>
<a href="https://codepen.io/PRAFULL-ANAND/pen/MWLgXoj" target="_blank" class="project project-tile">
<img class="project-image" src="https://i.ibb.co/tsCgJ5v/Screenshot-2023-12-14-231923.png" alt="project">
<p class="project-title"><span class="code"><</span>City Skyline<span class="code">/></span></p>
</a>
<a href="https://codepen.io/PRAFULL-ANAND/pen/WNLLvJV" target="_blank" class="project project-tile">
<img class="project-image" src="https://i.ibb.co/NKHbj28/11111.jpg" alt="project">
<p class="project-title"><span class="code"><</span>Tribute page<span class="code">/></span></p>
</a>
</div>
<a href="https://codepen.io/PRAFULL-ANAND/pens/public" class="btn btn-show-all" target="_blank">Show all<i class="fas fa-chevron-right"></i></a>
</section>
<div class="contact-me">
<h2>Get In Touch</h2>
<p class="contact-message">If you have any questions, project inquiries, or just want to chat, feel free to reach out to me. I'm always excited to connect with fellow tech enthusiasts and potential collaborators.</p>
<p>Here are some ways to get in touch:</p>
<strong>Phone:</strong> <a href="tel:+7050122967">7050122967</a>
<a class="call-button" href="tel:+7050122967" style="text-decoration: none; color: inherit; border: none">Call Me</a> <br>
<strong>Email:</strong> <a href="mailto:anandprafull007@gmail.com">anandprafull007@gmail.
com</a>
<a class="call-button" href="mailto:anandprafull007@gmail.com">Mail Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" target="_blank" href="https://www.linkedin.com/in/prafull-anand/">LinkedIn</a>
<a class "footer-link" target="_blank" href="https://github.com/Anandprafull">Github</a>
<a class="footer-link" target="_blank" href="https://codepen.io/PRAFULL-ANAND">Codepen</a>
<a class="footer-link" target="_blank" href="https://www.freecodecamp.org/Anandprafull">freeCodeCamp</a>
<a class="footer-link" target="_blank" href="#">Website</a>
<br>
<p class="copyright">© 2023 Prafull Anand.</p>
</div>
</body>
</html>