Skip to content

Commit

Permalink
Merge pull request #1444 from thevijayshankersharma/about-sec
Browse files Browse the repository at this point in the history
Update About Section to Match Figma Design
  • Loading branch information
jfmartinz authored Jun 24, 2024
2 parents 234e32a + 1915859 commit 2a8573a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion new-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ <h1 class="mb-20 text-xl font-bold text-center sm:text-2xl md:text-6xl lg:text-8
<!-- <a href="#about"> -->
<div id="center" href="#about" >
<div class="about-section" id="about">
<h2><img src="/img3.png" id="imgl"> About</h2>
<div class="about-container">
<i class="fas fa-link link-icon"></i>
<h1 class="title dark:text-white" id="about">About</h1>
</div>
<p>
<strong>ResourceHub</strong> is an open-source project I created on September 14, 2023, with the goal of compiling helpful resources for web development initially. My aim was to provide developers with valuable resources they could use to enhance their workflow or in their journey as a developer.
</p>
Expand Down
22 changes: 22 additions & 0 deletions new-website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,28 @@ body{

/* Add these styles to the end of your existing style.css file */

.about-section {
background-color: white;
padding: 40px;
width: 90%;
max-width: 1000px;
border: none !important;
box-shadow: none !important;
}

.about-container {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.about-section p {
font-size: 1em !important;
line-height: 1.5 !important;
margin-bottom: 20px;
color: #333;
}

.container {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 2a8573a

Please sign in to comment.