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
Empty file added pages/destiny_luong/destiny.css
Empty file.
134 changes: 134 additions & 0 deletions pages/destiny_luong/destiny.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!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>ScriptEd 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="shane.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">Destny Luong</h2>
<img class="rounded-circle profile-img" src="destinyIcon.JPG" alt="">
<h3 class="section-subheading text-muted">Intern At Postmates</h3>
<a class="profile-icon" href ="">
<i class="fas fa-envelope"></i>
</a>
<a class="profile-icon" href ="">
<i class="fab fa-linkedin"></i>
</a>
<a class="profile-icon" href ="">
<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">
<h2 class="section-heading">About Me</h2>
<p class="">
I am currently a junior, turning senior at Phillip and Sala Burton Highschool.
I am interested in art, reading, and computer science.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">My Internship Experience</h2>
<p class="">
N/A
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">What I Worked On</h2>
<p class="">
N.A
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">Key Takeaways</h2>
<p class="">
N/A
</p>
</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="shane.js"></script>
</body>
</html>
Empty file added pages/destiny_luong/destiny.js
Empty file.
Binary file added pages/destiny_luong/destinyIcon.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.