Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="https://use.fontawesome.com/38a528e91e.js"></script>
</head>
<body class="index">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="bgimg-1">
<div class="caption">
<h1>SHEMONA SINGH</h1>
<h2>Coder + Designer </h2>
<ul>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
<a class="black-buttons" href="#anchor"><span class="border">EXPLORE PROJECTS</span></a>
</div>
</div>
<div class="bio">
<div class="container">
<div class="skill">
<i class="fa fa-terminal fa-5x" aria-hidden="true"></i>
<h2>Python</h2>
</div>
<div class="skill">
<i class="fa fa-code fa-5x" aria-hidden="true"></i>
<h2>HTML/CSS</h2>
</div>
<div class="skill">
<i class="fa fa-paint-brush fa-5x" aria-hidden="true"></i>
<h2>Adobe Suite</h2>
</div>
<div class="skill">
<i class="fa fa-users fa-5x" aria-hidden="true"></i>
<h2>User Experience</h2>
</div>
</div>
</div>
<div id="anchor" class="bgimg-2">
<div class="caption">
<a class="black-buttons" href="ucsteminist.html"><span class="border">UCSTEMINIST</span></a>
<p>An online hub for women in STEM at UConn.</p>
</div>
</div>
<div class="bgimg-3">
<div class="caption">
<a class="black-buttons" href="uctv.html"><span class="border">UCTV</span></a>
<p>A website for UConn's media organization.</p>
</div>
</div>
<div class="bgimg-4">
<div class="caption">
<a class="black-buttons" href="ctdidi.html"><span class="border">DREAM IT, DO IT</span></a>
<p>A resourceful site to encourage students in manufacturing fields.</p>
</div>
</div>
<div class="bgimg-5">
<div class="caption">
<a class="black-buttons" href="dsa.html"><span class="border">LEARNDSA</span></a>
<p>A creative approach to Data Structures and Algorithms.</p>
</div>
</div>
<!--smooth anchor scrolling code-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$('a[href*="#"]')
.not('[href="#"]')
.not('[href="#0"]')
.click(function(event) {
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&&
location.hostname == this.hostname
) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top
}, 1000, function() {
var $target = $(target);
$target.focus();
if ($target.is(":focus")) {
return false;
} else {
$target.attr('tabindex','-1');
$target.focus();
};
});
}
}
});
</script>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>