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
Binary file added amanda_tan/amanda.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions amanda_tan/amanda_tan.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
body{
font-family: 'PT Sans', sans-serif;
}
.profile-img{
height:100px;
width:100px;
}
.profile-icon{
color:gray;
}
.profile-icon:hover{
color:white;
background-color:#588adb;
transition:1.4s;
text-decoration: none;
}
#portfolio{
border:solid gray 1px;
border-radius: 2px;
padding:3px;
}
.section-subheading{
color:#588adb;
}
.section-heading{
color:#588adb;
}
146 changes: 146 additions & 0 deletions amanda_tan/amanda_tan.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<!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 2019</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">
<link href="https://fonts.googleapis.com/css?family=PT+Sans&display=swap" rel="stylesheet">
<!-- ADD YOUR CUSTOM STYLESHEET BELOW -->
<link href="amanda_tan.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">Amanda Tan</h2>
<img class="rounded-circle profile-img" src="amanda.jpg" alt="">
<h3 class="section-subheading text-muted">Intern At Clever</h3>
<a class="profile-icon" href ="mailto:ahkaitan.68@gmail.com">
<i class="fas fa-envelope"></i>
</a>
<a class="profile-icon" href ="https://www.linkedin.com/in/amanda-tan-aaa662162/">
<i class="fab fa-linkedin"></i>
</a>
<a class="profile-icon" href ="https://github.com/adakaij">
<i class="fab fa-github"></i>
</a>
<br>
<a id="portfolio" class="profile-icon" href="https://adakaij.github.io/devlab1/">Portfolio</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 graduated from Balboa High School in spring of 2019 and will be attending San Francisco State
University in the following fall. I joined Code Nation in 2017 in hopes of learning how to code
and now I plan to major in computer science.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">My Internship Experience</h2>
<p class="">
The company I worked is relatively small so there is an empahsis on connecting with people even on if they're on
a different team. People are very friendly with each other and often go JoJos, which are coffee chats with random
people from the company. I had daily check-ins with my manager and internship buddy where we discuss our work
from yesterday, our plan for the day, and our current roadblocks.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">What I Worked On</h2>
<p class="">
My project was a culture dashboard. This is a chrome extension that replaces the new tab page with
resources that company employees would find useful. It includes links to regularly used resources, includes
a lunch menu, inclues a top sites widget, and displays messages from slack channels. It is also customizable where
the user could hide widgets or change the order in they appear.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">Key Takeaways</h2>
<p class="">
Being my first time working in an office enviroment, I had to learn how to be accountable for myself. I learned
how to stay on schedule for the project, which meant knowing what to aspects to prioritize. During my internship,
I met a lot of new people from all types of backgrounds which gave me a better idea of what Clever's like.
</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="amanda_tan.js"></script>
</body>
</html>
Empty file added amanda_tan/amanda_tan.js
Empty file.