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
5 changes: 5 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ a:hover {
background-color:lightgray;
border-color: lightgray;
}
.btn-light{
background-color:black;
border-color: black;
}


#interns{
padding: 50px;
Expand Down
Binary file added pages/Kayahma/Capture2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions pages/Kayahma/Kayahma.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.bg-light{
background-image:url('http://cdn.shopify.com/s/files/1/2331/5039/products/mint_green_grande.jpg?v=1507549163');
}
.rounded-circle profile-img:hover{

border-color: lightgray;
}
190 changes: 190 additions & 0 deletions pages/Kayahma/Kayahma.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
<!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="../../assets/site/logo.ico">
<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="Kayahma.js" rel="stylesheet">

<link href="Kayahma.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">ScriptEd Interns 2018</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">Kayahma Brown!</h2>
<img class="rounded-circle profile-img" src="kay.jpg" alt="">
<h3 class="section-subheading text-muted">Intern At Etsy</h3>
<a class="profile-icon" href ="">
<i class="fas fa-envelope"></i>
</a>
<a class="profile-icon" href ="https://www.linkedin.com/in/kayahma-brown-a5580a157">
<i class="fab fa-linkedin"></i>
</a>
<a class="profile-icon" href ="https://github.com/Kayahma23">
<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 graduated Uncommon Charter High School in 2018. I am incoming freshman at Smith College. I am a sneaker enthusiast who also is a nerd at heart.
</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="">
When I worked at American Expres last year I used angularjs to run unit tests on global apps.
</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>
<section id="section3">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Computer Science Portfolio</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<div class="thumbnail">
<h4 class="text-center">Rock-Paper-Scissors</h4>

<div class="caption text-center">
<a href="https://rawgit.com/Kayahma23/Rock/master/index.html" target="_blank"> <img src="download (1).png" alt="Rock-Paper-Scissors" class="img" /> </a>
<button class="btn btn-outline" href="https://rawgit.com/Kayahma23/Rock/master/index.html"> Live Site </button>

<a href="https://ide.c9.io/kayahma23/rock-scissors-paper" target="_blank">
<button class="btn btn-outline" href="https://rawgit.com/Kayahma23/Rock/master/index.html"> Source </button>
</a>
</div>
</div>
</div>

<div class="col-sm-4 portfolio-item">
<div class="thumbnail">
<h4 class="text-center">Waterflow</h4>
<div class="caption text-center">
<a href="https://cdn.rawgit.com/dearester/hackathonTeamE/master/home.html" target="_blank"> <img src="download (2).png" alt="Water Crisis" class="img" /> </a>
<button class="btn btn-outline"> Live Site </button>
<a href="https://ide.c9.io/kayahma23/waterflow" target="_blank">
<button class="btn btn-outline"> Source </button>
</a>
</div>
</div>
</div>


<div class="col-sm-4 portfolio-item">
<div class="thumbnail">
<h4 class="text-center">Giphy</h4>
<div class="caption text-center">
<a href="https://rawgit.com/Kayahma23/GiphyAPI/master/index.html" target="_blank">
<img src=" Capture2.PNG" alt="Giphy" class="img"/> </a>
<button class="btn btn-outline"> Live Site </button>
<a href="https://ide.c9.io/kayahma23/giph" target="_blank">
<button class="btn btn-outline"> Source </button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>

</div>

<!-- FOOTER -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 text-center">
<a href="http://scripted.org">
<h2 class="footer-text">
ScriptEd
<img class="footer-logo" src="../../assets/site/scripted_logo_white.png">
</h2>
</a>
</div>
<div class="col-lg-4 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 class="col-lg-4 text-center">
<p class="">85 Broad St, 17th Floor </p>
<p class="">New York, NY 10004</p>
</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>
2 changes: 2 additions & 0 deletions pages/Kayahma/Kayahma.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var audio = new Audio ('Life Goes On.mp3');
audio.play();
Binary file added pages/Kayahma/Life Goes On.mp3
Binary file not shown.
Binary file added pages/Kayahma/download (1).png
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 pages/Kayahma/download (2).png
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 pages/Kayahma/download(3).png
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 pages/Kayahma/kay.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 pages/Kayahma/music.mp3
Binary file not shown.
Binary file added pages/Kayahma/music1.mp3
Binary file not shown.
Binary file added pages/Kayahma/yams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions pages/imani_greenidge/imani.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
body{
font-family: 'Changa One', cursive;
}

.bg-light{
background-image: url(https://png.pngtree.com/thumb_back/fw800/back_pic/00/06/36/6856299993ea2f8.jpg);
}

.section-subheading{
color:white;
}

.about{
font-size: 24px;
}

.imani {
width:300px;
}
.name{
font-weight: bold;
}

.company {
font-weight: bold;
color: #EF5330;
}

.heading{
color: #EF5330;
}

Loading