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
41 changes: 41 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.center {
display: flex;
justify-content: center;
align-items: center;
}
header {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
header .jumbotron {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}
header .jumbotron .nav {
background-color: #e9ecef;
width: 100%;
}
header .jumbotron .nav a {
color: black;
}
header .jumbotron .nav a:hover {
text-decoration: underline;
}
header img {
width: 100%;
height: 80%;
margin: auto;
}
.main-content .about {
margin-bottom: 40px;
}
.main-content img {
width: 100%;
}
.main-content .education {
margin-top: 50px;
}
Binary file added img/code-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/placeholder1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 160 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,183 @@
<!doctype html>

<html lang="en">

<head>
<meta charset="utf-8">

<title>Digital Resume</title>

<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">



<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>

<header class="container-fluid">
<div class="jumbotron jumbotron-fluid row col-12">
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link " href="#"><i class="fas fa-home"></i> Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#main-content"><i class="fas fa-thumbs-up"></i> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-address-card"></i> Contact</a>
</li>
</ul>
<div class="container text-center">
<h1 class="display-4">Charles Cortinas</h1>
<p class="lead">Developer in training</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Start Here!</h1>
</div>
<div class="col-12">
<img src="img/code-img.jpg" alt="Code image">
</div>
</div>
</div><!-- container -->
</div>
</header>

<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/index.js"></script>
<div id="main-content" class="container main-content">
<div class="row about">
<div class="col-6">
<h2>About Me <i class="fas fa-book-open"></i> </h2>
<h5>I'm currently a student studying Computer Science at Lambda School in order to become a software developer. Graduation date is February 1, 2019. I have no formal education in this field currently.</h5>
<div class="education">
<h1>Education</h1>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">School Name</th>
<th scope="col">Degree Earned</th>
<th scope="col">Graduation Date</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Pflugerville High School</th>
<td>High School Diploma</td>
<td>May 2007</td>
</tr>
<tr>
<th scope="row">Lambda School</th>
<td>Computer Science</td>
<td>Feb 2019</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-6">
<img src="img/me.jpg" alt="A Picture of Me">
</div>
</div>
<div class="row">
<div class="col-6 skills">
<h1>Skills</h1>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">Soft Skills</th>
<th scope="col">Hard Skills</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Good listener</th>
<td>CSS</td>
</tr>
<tr>
<th scope="row">Excellent critical thinking</th>
<td>HTML</td>
</tr>
<tr>
<th scope="row">Adaptable</th>
<td>Javascript</td>
</tr>
<tr>
<th scope="row">Flexible</th>
<td>Python</td>
</tr>
<tr>
<th scope="row">Fast learner</th>
<td></td>
</tr>
<tr>
<th scope="row">Friendly</th>
<td></td>
</tr>
<tr>
<th scope="row">Level headed</th>
<td></td>
</tr>
</tbody>
</table>
</div>
<div class="col-6 projects">
<h1>Projects</h1>
<ul class="list-group">
<li class="list-group-item"><a href="https://github.com/sherlock270/User-Interface">User-Interface</a></li>
<li class="list-group-item"><a href="https://github.com/sherlock270/UI-II-Flexbox">UI II Flexbox</a></li>
<li class="list-group-item"><a href="https://github.com/sherlock270/Responsive-Web-Design">Responsive Web Design</a></li>
<li class="list-group-item"><a href="https://github.com/sherlock270/Sprint-Challenge--UI-Responsive">Sprint Challenge- UI Responsive</a></li>
<li class="list-group-item"><a href="https://github.com/sherlock270/Preprocessing-Part-I">Preprocessing Part I</a></li>
<li class="list-group-item"><a href="https://github.com/sherlock270/Preprocessing-Part-II">Preprocessing Part II</a></li>
<li class="list-group-item"><a href="https://github.com/sherlock270/Bootstrap-Project-I">Bootstrap Project I</a></li>

</ul>
</div>
</div>
<div class="row">
<div class="col-3 work-experience">
<!-- <h1>Work Experience</h1>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">Years Worked</th>
<th scope="col">Company Name</th>
<th scope="col">Position</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
</tr>
</tbody>
</table>-->
</div>
</div>

</div>

<footer class="text-center">
<h6><i class="fas fa-copyright"></i>2018 Cortinas Industries</h6>
</footer>
<!-- container -->

<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/index.js"></script>
</body>

</html>
Empty file added less/footer.less
Empty file.
28 changes: 28 additions & 0 deletions less/header.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
header {
.center;
flex-direction: column;

.jumbotron {
.center;
padding: 0;

.nav {
background-color: #e9ecef;
width: 100%;

a {
color: black;

&:hover {
text-decoration: underline;
}
}
}
}

img {
width: 100%;
height: 80%;
margin: auto;
}
}
6 changes: 5 additions & 1 deletion less/index.less
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
// Start here!
@import "mixins";
@import "variables";
@import "header";
@import "main-content";
@import "footer";
13 changes: 13 additions & 0 deletions less/main-content.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.main-content {
.about {
margin-bottom: 40px;
}

img {
width: 100%;
}

.education {
margin-top: 50px;
}
}
5 changes: 5 additions & 0 deletions less/mixins.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.center {
display: flex;
justify-content: center;
align-items: center;
}
Empty file added less/variables.less
Empty file.