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
18 changes: 9 additions & 9 deletions interns.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,15 @@ var interns = [
company: 'American Express',
year: 2018,
},
{
firstName: 'Sergio',
lastName: 'Sanchez',
folderName: 'sergio_sanchez',
fileName: 'sergio.html',
imgName: '../../assets/site/profile-placeholder.png',
company: 'UnitedMasters',
year: 2019,
},
{
firstName: 'Stephanie',
lastName: 'Smith',
Expand Down Expand Up @@ -341,13 +350,4 @@ var interns = [
company: 'Etsy',
year: 2018,
},
{
firstName: 'FirstName',
lastName: 'LastName',
folderName: '',
fileName: '',
imgName: '../../assets/site/profile-placeholder.png',
company: 'Company',
year: 2018,
},
];
20 changes: 20 additions & 0 deletions pages/sergio_sanchez/sergio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
html,
body{
margin:0;
padding:0;
height:100%;
width:100%;
}

.profile-icon:hover {
color: black;
text-decoration: none;
}

.company-link{
color:grey;
}

.company-link:hover{
color:black;
}
155 changes: 155 additions & 0 deletions pages/sergio_sanchez/sergio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://codenation.org/wp-content/themes/codenation/src/public/img/ico-code-nation.ico" type="image/x-icon">
<title>CodeNation Interns 2018</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9"
crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link href="../../main.css" rel="stylesheet">
<!-- ADD YOUR CUSTOM STYLESHEET BELOW -->
<link href="sergio.css" rel="stylesheet">
</head>

<body>
<nav class="navbar navbar-expand-lg fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="../../index.html">
<img class="brand-image" src="../../assets/site/cn_logo_black-08.png">
</a>
</div>
</nav>

<!-- TEAM -->
<section class="bg-light profile">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase"><a target="_blank" href="https://sess.github.io/devlab1/"><strong>Sergio Sanchez</strong></a></h2>
<img class="rounded-circle profile-img" src="sergio.jpg" alt="">
<h3 class="section-subheading text-muted">Intern At <a class="company-link" target="_blank" href="https://unitedmasters.com/">UnitedMasters</a></h3>
<a class="profile-icon" target="_blank" href ="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=serj.sanch@gmail.com&=BODY&tf=1">
<i class="fas fa-envelope"></i>
</a>
<a class="profile-icon" target="_blank" href ="https://www.linkedin.com/in/sergio-sanchez-4a7503187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="profile-icon" target="_blank" href ="https://github.com/sess">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</section>
<section class="info">
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul>
<li>
<h2 class="section-heading"><strong>About Me</strong></h2>
<p class="">
My name is Sergio Sanchez and I'm currently 17 years old. I enrolled in the CodeNation Foundations
Course when I was a freshman in highscool, and currently, I'm still enrolled a student under CodeNation,
though now I just finished the Advanced Course and was an Intern at UnitedMasters.
</p>
</li>
<ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul>
<li>
<h2 class="section-heading"><strong>My Internship Experience</strong></h2>
<p class="">
My time being an intern at UnitedMasters was really nice. I
met quite a few people and was able to get to know some aswell. The overall atmosphere of the
workplace is rather casual and laidback, personally, I liked how relaxing everything was.
</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul>
<li>
<h2 class="section-heading"><strong>What I Worked On</strong></h2>
<p class="">
One project which I had undertaken while at UnitedMasters was applying the new design changes to the company's
homepage and products page using React. I had also squashed a few bugs that were in the company's artist release
page.
</p>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul>
<li>
<h2 class="section-heading"><strong>Key Takeaways</strong></h2>
<p class="">
N/A
</p>
</li>
</ul>
</div>
</div>

</div>
</section>

<!-- FOOTER -->
<div class="footer" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 text-center">
</div>
<div class="col-lg-4">
<div class="text-center">
<img class="footer-logo" src="../../assets/site/cn_logo_black.png">
</div>
<div class="text-center">
<a class="footer-icon" href="mailto:info@scripted.org">
<i class="fas fa-envelope"></i>
</a>
<a class="footer-icon" href="https://twitter.com/ScriptEdOrg">
<i class="fab fa-twitter"></i>
</a>
<a class="footer-icon" href="https://github.com/ScriptEdcurriculum">
<i class="fab fa-github"></i>
</a>
<a class="footer-icon" href="https://www.instagram.com/scriptedorg/">
<i class="fab fa-instagram"></i>
</a>
<a class="footer-icon" href="https://www.facebook.com/scriptedorginsta">
<i class="fab fa-facebook-square"></i>
</a>
</div>
</div>
<div class="col-lg-4">
</div>
</div>
</div>
</div>




<!-- Bootstrap core JavaScript
================================================== -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="main.js"></script>
<!-- ADD YOUR SCRIPT BELOW -->
<script src="sergio.js"></script>
</body>
</html>
Empty file added pages/sergio_sanchez/sergio.js
Empty file.