Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions template/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Personal Website</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap" rel="stylesheet">



<body>
<div class="top">

<a href="index.html" class="angry">Home</a><br></br>
<a href="" class="angry">Project</a><br></br>
<a href="" class="angry">Resume</a><br></br>
<br></br>
<h1>Your Name</h1>
<img class=mountain src="Pngtreefloating snow mountain forest island_4979247.png" height="500px" width="500px"
alt="mountain">

</div>
<br>
<br>
</br>

<div class="middle-container">
<div class="profile">
<img src="—Pngtree—cartoon cute style unicorn element_5344134.png" alt="Poornima" width="200" height="200"></img>
<h2>Hello</h2>
<p>Welcome to my profile,<br>
Lorem ipsum dolor sit amet. Est eaque sunt et adipisci saepe non modi omnis et officiis ratione. Et possimus omnis eos adipisci odio sed repudiandae nihil! Et laborum assumenda aut similique eius est velit neque qui consequuntur architecto ut magnam numquam
qui alias cumque quo quod iure.
<br></br>

<hr>

<h2>"Lorem ipsum dolor sit amet. Est eaque sunt et adipisci saepe non modi omnis et officiis ratione. Et possimus omnis eos adipisci odio sed repudiandae nihil! Et laborum assumenda aut similique eius est velit neque qui consequuntur architecto ut magnam numquam qui alias cumque quo quod iure."</h2>
<hr></hr><br>
<div class="skills">
<h3>Skills</h3>
<table class="center">
<tr>
<td>Coding</td>
<td>⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Digital Marketing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web designing and development</td>
<td>⭐⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Graphic designing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Leadership & teamwork</td>
<td>⭐⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td> Dance & Music</td>
<td>⭐⭐⭐</td>
<td><pre> </pre></td>
<td>Painting</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<img class="corel" src="Pngtreecartoon seaweed coral_4636887.png" width="150" height="150"></img>

</div>

<div class="contact-me">

<h2>Get In Touch</h2>
<h3></h3>

<a class="btn" href="" >CONTACT ME</a>

<br></br>
</div>
</div>

<div class="bottom-container">
<a class="footer-link" href="" >LinkedIn</a>
<a class="footer-link" href="">Twitter</a>
<a class="footer-link" href="" >Website</a>

<p>Hacktober Fest</p>

</br>
</div>

</body>
</html>
108 changes: 108 additions & 0 deletions template/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
body{
margin:0;
text-align: center;

}

hr{
border: dotted 6px;
color:grey;
border-bottom: none;
width:4%;
}

h1{
margin: 0 auto 0 auto;
color:#16a596 ;
padding-bottom:30px;
margin:0;
font-family: 'Berkshire Swash', cursive;
}
h2{
color:#16a596;
}

h3{
color: #16a596;
}
p{
font-weight: normal;
}


.top{
background-color:#dbf6e9;
color: #66BFBF;
font-weight: normal;
}

.bottom-container{
background-color: #beebe9;
padding-bottom: 0;
margin-bottom:0;
}

.color1{
width:25%;
float:left;
margin-right: 25px;
}
.color2{
width:25%;
float:right;
margin-left: 25px;
}
.color3{
width:25%;
float:left;
margin-right: 25px;
}

.skill-row{
width:50%;
margin:100px auto 100px auto;
text-align:left;
line-height:2;
}

.middle-container{

}
.profile{
line-height: 2;
}

.angry{
position:relative;
left: 500px;
top: 180px;
color:#206a5d;
font-family: 'Petrona', serif;

}

.contact-me{
background-color: #beebe9;

}
.skills{
text-align: center;
table-layout: auto;
}
.center{
margin-left: auto;
margin-right: auto;
}
.corel{
position:relative;
left:500px;
bottom:0px;
top:50px;
}
.mermaid{
position:relative;
right:400px;
}
.label{
color:#206a5d;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.