Skip to content

Commit

Permalink
descriptions1
Browse files Browse the repository at this point in the history
  • Loading branch information
chagas98 committed Jun 30, 2024
1 parent 2fd37ff commit 4653cfc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
22 changes: 22 additions & 0 deletions newsite/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ section,
font-size: 24px;
}

.about p {
font-size: 24px;
}

.about .content ul {
list-style: none;
padding: 0;
Expand All @@ -593,6 +597,19 @@ section,
line-height: 0;
}

.about .social-links {
margin-top: 30px;
}

.about .social-links a {
font-size: 40px;
display: inline-block;
color: #741616;
line-height: 1;
margin-right: 20px;
transition: 0.3s;
}

/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
Expand Down Expand Up @@ -652,6 +669,10 @@ section,
border: 2px solid var(--accent-color);
}

.projects p {
font-size: 20px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
Expand Down Expand Up @@ -681,6 +702,7 @@ section,

.contact p {
color: var(--accent-color-new);
font-size: 24px;
}

.contact img {
Expand Down
15 changes: 11 additions & 4 deletions newsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>Samuel Chagas de Assis</h2>
<a href="https://github.com/chagas98"><i class="bi bi-github"></i></a>
<a href="https://twitter.com/schagas98"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.linkedin.com/in/samuelchagass/"><i class="bi bi-linkedin"></i></a>
<a href="https://www.linkedin.com/in/samuelchagass/"><i class="bi bi-file-earmark-arrow-down-fill"></i></a>
<a href="../samuelchagasCV/samuelchagasCV.pdf" download><i class="bi bi-file-earmark-arrow-down-fill" aria-hidden="true"></i></a>
</div>
</div>
</div>
Expand All @@ -86,8 +86,15 @@ <h2>Samuel Chagas de Assis</h2>
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p> I’m a Bachelor in Biotechnology and currently a Computational Biocatalysis Intern at CNPEM. I’m experienced with data analysis in Python and R, particularly managing scientific approaches to biological data. In addition, I'm looking for opportunities to develop projects that bridge the gaps between the sequence-to-structure molecular knowledge. As a biotechnologist and computational biologist, I believe in building great solutions for global problems, especially in the Global South, through molecular biodiversity. I aim to reconcile and navigate biological data with biophysical laws. However, solutions become reality when paradigms are built or shifted. This motivates me to combine computational and biological sciences to improve the understanding of biological processes using open data resources. </p>
<p> My interests include, but are not limited to, Biomolecular Modeling, Structural Biology, Genomics, High-Performance Computing, and promoting FAIR and FOSS culture. These topics captivate me, but I believe great results arise from teamwork and strong relationships. That's why I am committed to fostering a collaborative, respectful, and communicative environment with my teammates.</p>
<p> I’m a <strong class="px-1 sitename">Bachelor in Biotechnology</strong> and currently a <strong class="px-1 sitename">Computational Biocatalysis Intern</strong> at CNPEM. I’m experienced with data analysis in Python and R, particularly managing scientific approaches to biological data. In addition, I'm looking for opportunities to develop projects that bridge the gaps between the sequence-to-structure molecular knowledge. As a biotechnologist and computational biologist, I believe in building great solutions for global problems, especially in the Global South, through molecular biodiversity. I aim to reconcile and navigate biological data with biophysical laws. However, solutions become reality when paradigms are built or shifted. This motivates me to combine computational and biological sciences to improve the understanding of biological processes using big data resources. </p>
<p> My interests include, but are not limited to: <strong class="px-1 sitename">Biomolecular Modeling</strong>,<strong class="px-1 sitename">Structural Biology</strong>,<strong class="px-1 sitename">Genomics</strong>,<strong class="px-1 sitename">High-Performance Computing</strong>, and promoting <strong class="px-1 sitename">FAIR</strong> and <strong class="px-1 sitename">FOSS</strong> culture. These topics captivate me, but I believe great results arise from teamwork and strong relationships. That's why I am committed to fostering a <strong class="px-1 sitename">collaborative</strong>, <strong class="px-1 sitename">respectful</strong>, and <strong class="px-1 sitename">communicative</strong> environment with my teammates.</p>
<p> Check out more detailed info on the other websites and my CV. </p>
<div class="social-links">
<a href="https://github.com/chagas98"><i class="bi bi-github"></i></a>
<a href="https://twitter.com/schagas98"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.linkedin.com/in/samuelchagass/"><i class="bi bi-linkedin"></i></a>
<a href="https://www.linkedin.com/in/samuelchagass/"><i class="bi bi-file-earmark-arrow-down-fill"></i></a>
</div>

</div><!-- End Section Title -->

Expand Down Expand Up @@ -211,7 +218,7 @@ <h2>Contact</h2>
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>Campinas, São Paulo - Brazil</p>
<p>São Paulo - Brazil</p>
</div><!-- End Info Item -->

<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
Expand Down

0 comments on commit 4653cfc

Please sign in to comment.