Skip to content

Instantly share code, notes, and snippets.

@PalomaCortez
Created February 13, 2022 20:10
Show Gist options
  • Save PalomaCortez/f5d41e60f13f5d5b24cf099b48374a15 to your computer and use it in GitHub Desktop.
Save PalomaCortez/f5d41e60f13f5d5b24cf099b48374a15 to your computer and use it in GitHub Desktop.
PortfolioFCC
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/>
<nav id="navbar">
<ul>
<a class="nav-link" href="#welcome-section">Home</a>
<a class="nav-link" href="#projects">Projects</a>
<a class="nav-link" href="#about">About</a>
<a class="nav-link" href="#contact">Contact</a>
</ul>
</nav>
<header>
<section id="welcome-section">
<img class="profile-photo" id="header-img" src="https://github.com/PalomaCortez.png" alt="Profile Foto"/>
<div id="title">
<h1>Paloma Cortez</h1>
<h2>Junior developer</h2>
</div>
</section>
</header>
<main>
<div id="content">
<section id="projects">
<h1>-- Projects --</h1>
<div>
<p class="projects-item">Tribute Page</p>
<div class="project-tile">
<a href="https://codepen.io/palomacortez/pen/ExVWgPW"></a>
<iframe height="300" style="width: 100%;" scrolling="no" title="Tribute Page FCC" src="https://codepen.io/palomacortez/embed/preview/ExVWgPW?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/palomacortez/pen/ExVWgPW">
Tribute Page FCC</a> by Paloma Cortez (<a href="https://codepen.io/palomacortez">@palomacortez</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
<p class="projects-item">Landing Page</p>
<div class="project-tile">
<iframe height="300" style="width: 100%;" scrolling="no" title="Landing Page FCC" src="https://codepen.io/palomacortez/embed/preview/oNjerKg?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/palomacortez/pen/oNjerKg">
Landing Page FCC</a> by Paloma Cortez (<a href="https://codepen.io/palomacortez">@palomacortez</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
<p class="projects-item">Technincal Documentation Page</p>
<div class="project-tile">
<iframe height="300" style="width: 100%;" scrolling="no" title="technicalDocumentationPage" src="https://codepen.io/palomacortez/embed/preview/RwjoLmm?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/palomacortez/pen/RwjoLmm">
technicalDocumentationPage</a> by Paloma Cortez (<a href="https://codepen.io/palomacortez">@palomacortez</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
<p class="projects-item">Survey Form</p>
<div class="project-tile">
<iframe height="300" style="width: 100%;" scrolling="no" title="survey_form" src="https://codepen.io/palomacortez/embed/preview/GRpEKvV?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
See the Pen <a href="https://codepen.io/palomacortez/pen/GRpEKvV">
survey_form</a> by Paloma Cortez (<a href="https://codepen.io/palomacortez">@palomacortez</a>)
on <a href="https://codepen.io">CodePen</a>.
</iframe>
</div>
</div>
</section>
<section id="about">
<h1>-- About --</h1>
<p id="background">When in College I studied about Earth Sciences I also learned English. Then I learned Spanish and started to learn about Python. I got really found of learning new languages and recently I have a goal to become a full stack developer and also learn French.</p>
</section>
<section id="contact" class="contact-section">
<div class="contact-section-header">
<h1>Let's work together...</h1>
<p>You will easily find me through the links bellow.</p>
</div>
<div class="contact-links">
<a id="profile-link"
href="https://github.com/PalomaCortez"
target="_blank"
class="btn-contact-details"
><i class="fab fa-github"></i> </a>
<a href="https://www.linkedin.com/in/paloma-moreira-cortez-4884a529/" class="btn-contact-details"><i class="fab fa-linkedin-in fa-lg" target="_blank"></i> </a>
<a href="https://twitter.com/PCapp_dev"
target="_blank"
class="btn-contact-details"
><i class="fab fa-twitter"></i> </a>
<a href="mailto:cortez.oceano@gmail.com" class="btn-contact-details"
><i class="fas fa-at"></i></a>
</div>
</section>
</div>
</main>
<footer>
<p>
This is a portifolio made for the Responsive Web Design Certification at Free Code Camp.
</p>
<p>
&copy; Created for Paloma Cortez following Free Code Camp requirements
<a href="https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-personal-portfolio-webpage" target="_blank"
>freeCodeCamp <i class="fab fa-free-code-camp"></i
></a>
</p>
</footer>
// !! IMPORTANT README:
// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place.
/***********
INSTRUCTIONS:
- Select the project you would
like to complete from the dropdown
menu.
- Click the "RUN TESTS" button to
run the tests against the blank
pen.
- Click the "TESTS" button to see
the individual test cases.
(should all be failing at first)
- Start coding! As you fulfill each
test case, you will see them go
from red to green.
- As you start to build out your
project, when tests are failing,
you should get helpful errors
along the way!
************/
// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example!
// Once you have read the above messages, you can delete all comments.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@media (max-width: 28.75em) {
footer {
flex-direction: column;
text-align: center;
}
}
@media (max-width: 75em) {
html {
font-size: 60%;
}
}
@media (max-width: 61.25em) {
html {
font-size: 58%;
}
}
@media (max-width: 28.75em) {
.contact-section-header > h1 {
font-size: 4rem;
}
}
body {
background: linear-gradient(236.85deg, #041832 27.26%, #3468a7 96.03%);
font-family: "Roboto", sans-serif;
}
a {
text-decoration: none;
}
#navbar {
position: fixed;
width: 95%;
justify-content: space-around;
text-align: right;
}
#navbar a {
color: #9cc8fc;
font-size: 14px;
padding: 1rem 1rem;
}
#navbar a:hover {
color: #3468a7;
}
header {
background: #ecf4ff;
color: #1C1C1C;
border-radius: 20px;
box-shadow: 6px 6px 6px #0e1d2f;
padding: 40px;
}
#welcome-section {
display: flex;
height:100vh;
}
.profile-photo {
border-radius: 460px;
max-height: 160px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#title {
margin-left: 20px;
}
#content {
display: flex;
flex-direction: column;
align-items: center;
background: linear-gradient(230.65deg, #499cfe 27.49%, #9cc8fc 83.19%);
margin-top: 32px;
border-radius: 20px;
box-shadow: 2px 2px 4px rgba(16, 16, 16, 0.42);
}
h1 {
font-weight: 700;
font-size: 42px;
}
.projects-item {
font-weight: 400;
font-size: 24px;
line-height: 48px;
padding-top: 25px;
}
#about h1{
display: flex;
justify-content: center;
text-align: center;
padding-top: 45px;
}
#background{
font-size: 20px;
text-align: justify;
padding: 0 2rem;
}
.contact-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 20px;
width: 100%;
height: 80vh;
padding: 0 2rem;
}
.contact-links {
display: flex;
justify-content: center;
width: 100%;
max-width: 980px;
margin-top: 4rem;
flex-wrap: wrap;
color: #1C1C1C;
}
.contact-details {
font-size: 2.4rem;
text-shadow: 2px 2px 1px #1f1f1f;
transition: transform 0.3s ease-out;
}
.btn-contact-details {
text-decoration: none;
display: inline-block;
padding: 1rem 2rem;
border-radius: 2px;
}
.btn-contact-details:hover {
transform: translateY(8px);
}
footer {
font-weight: 300;
display: flex;
justify-content: space-evenly;
padding: 2rem;
}
footer > p {
margin: 2rem;
}
footer i {
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment