Skip to content

Commit

Permalink
updating website
Browse files Browse the repository at this point in the history
  • Loading branch information
riamanathkar committed Mar 27, 2024
1 parent 517687f commit 9be4336
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 62 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added docs/images/IMG_1545.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions web-page/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<li><a href="#x">Source Code</a></li>
</ul>
</nav>
<div class="header-main-text">
<p>Product Designer + Software Developer</p>
</div>
<div class="header-text">
<h1>Ria<br> Manathkar</h1>
<h2>Combining elements of technical computer science and software<br> engineering with creative skills in design</h2>
<h1>Parallel Facial Recognition</h1>
<!-- <h2>xxx<br> xxx</h2> -->
</div>
<div class="header-main-text">
<p>Ria Manathkar & Gaurika Sawhney</p>
</div>
</div>
</div>
Expand Down
65 changes: 8 additions & 57 deletions web-page/style.css → docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ body{

#header{
width: 100%;
height: 100vh;
background-image: url(images/profilecover.png);
height: 50vh;
background-image: url(images/IMG_1545.png);
background-size: cover;
background-positon: center;
background-attachment: fixed;
Expand Down Expand Up @@ -68,7 +68,8 @@ nav ul li a:hover::after{
}

.header-main-text{
margin-top: 20%;
text-align: center;
/* margin-top: %; */
font-size: 20px;
font-weight: 600;
line-height: 24px;
Expand All @@ -82,12 +83,13 @@ nav ul li a:hover::after{
}

.header-text h1{
text-align: center;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 60px;
line-height: 76px;
margin-top: 20px;
margin-top: 100px;

color: #0E4DA4;
}
Expand All @@ -103,57 +105,6 @@ nav ul li a:hover::after{
color: #263238;
}

/* ------ about ------ */
#about{
padding: 80px 0;
color: #0E4DA4;
}
.row{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.about-col-1{
flex-basis: 20%;
}

.about-header-text{
font-size: 20px;
font-weight: 600;
line-height: 24px;

text-transform: capitalize;

background: linear-gradient(90deg, #173CFF 0%, #05B40C 100%);
-webkit-background-clip:text;
-webkit-text-fill-color: transparent;
background-size: 80px 24px;
}
.about-body-text h1{
font-weight: 600;
font-size: 60px;
line-height: 76px;
margin-top: 20px;

color: #0E4DA4;
}
.about img{
margin-top: 40px;
margin-left: 15px;
width: 250px;
height: 250px;
object-fit: cover;
border-radius: 50px;
box-shadow: 4px 4px 8px #8ecfc0;
transition: transform 0.5s;
}
.about img:hover{
transform: translateY(-8px);
}

.about-col-2{
flex-basis: 75%;
}
/* .subtitle-2-text h1{
font-weight: 550;
font-size: 24px;
Expand Down Expand Up @@ -221,8 +172,8 @@ nav ul li a:hover::after{
}
.project-header-text h1{
text-align: center;
font-weight: 600;
font-size: 60px;
font-weight: 500;
font-size: 40px;
line-height: 76px;
margin-top: 20px;

Expand Down

0 comments on commit 9be4336

Please sign in to comment.