-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
65 lines (59 loc) · 2.57 KB
/
portfolio.html
File metadata and controls
65 lines (59 loc) · 2.57 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="homepage.css">
<link rel="stylesheet" href="projects.css">
<link rel="stylesheet" href="skills.css">
<link rel="stylesheet" href="resume.css">
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div class="homepage">
<div class="homepage-grid">
<div class="content">
<div class="name">Hi, I'm Nafeesth Raffa.</div>
<div class="short-bio">Aspiring Web Developer and Creative Thinker.</div>
<div class="about-me">I'm a curious and passionate second year Computer Science student exploring the Tech World.I love learning and turning ideas into small projects.Currently I'm building my foundation in C, also have a good grasp about HTML and CSS, and i'm excited to keep growing.</div>
</div>
<div class="profile">
<div class="blank">
<img class="profile-picture" src="images/profile.jpeg">
</div>
</div>
</div>
</div>
</div>
<div class="projects">
<p class="my-projects">MY PROJECTS</p>
<p class="points">• PORTFOLIO</p>
<p class="about-project">A portfolio is a collection of your best work that shows what you can do, and who you are.</p>
<p class="about-project">Tech used: HTML, CSS, VS CODE.</p>
<a class="github-link" href="" target="_blank">GitHub link</a>
</div>
<div class="skills-container">
<p class="my-skills"> MY SKILLS</p>
<div class="skill">
<p>programming language: Basic C</p>
<p>web: HTML, CSS</p>
<p>tools: GitHub, Git, VS Code</p>
<dt>Language Proficiency:</dt>
<dd>English:<div class="bar"><div class="progress e"></div></div></dd>
<dd>Hindi:<div class="bar"><div class="progress h"></div></div></dd>
<dd>Malayalam:<div class="bar"><div class="progress m"></div></div></dd>
</div>
</div>
<div class="resume-container">
<div class="resume">RESUME</div>
<p>Download my Resume here:</p>
<a class="resume-download" href="" target="_blank">Download Resume</a>
</div>
<div class="contact-container">
<div class="contact">CONTACT DETAILS</div>
<p>Gmail:<a class="email" href="mailto:nafeesathraffa8@gmail.com " target="_blank">nafeesathraffa8@gmail.com</a></p>
<p>GitHub:<a class="github-profile-link">GitHub Profile</p>
<p>LinkedIn:<a class="linkedin-profile-link">LinkedIn Profile</p>
</div>
</body>
</html>