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
executable file 107 lines (93 sloc) 3.93 KB
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>HTML5 - Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<header style="
height: 200px; width: 100%;
padding-top: 200px;
background-image: url(img/Dark-Geometry_2.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
">
<h1 class="blur-sat-text">ARIFF JEFF</h1>
</header>
<nav class="blur-sat">
<ul>
<li><a href="https://ariffjeff.com">Home</a></li>
<li><a href="https://ariffjeff.com/portfolio">Artwork</a></li>
<li><a href="javascript: document.body.scrollIntoView(false);">Page End</a></li>
</ul>
</nav>
<main>
<img id="portrait" src="img/selfie-ridiculous.jpg" alt="Ariff selfie">
<div id="welcome-about-container">
<div id="welcome">
<h3>Hello!</h3>
</div>
<div id="about">
<div>
<p>I’m Ariff, a Digital Media and Design major at the University of Connecticut.</p>
</div>
<div>
<h4>What I do</h4>
<p>3D & 2D Animation // 3D Design // Motion Design // Computer Science</p>
<h5>Available for freelance </h5>
</div>
</div>
</div>
<div class="row">
<div class="column" style="background-color:#BCB384;">
<section id="title-IntFav-adjust"><h2 class="align-right">Interests</h2></section>
<ul class="align-right">
<li>3D animation // VFX</li>
<li>Fencing (the sword fighting kind!)&#x200E;</li> <!-- "&#x200E;" fixes "direction: rtl;" abnormality -->
<li>Cadbury's chocolate</li>
<li>Advanced web design of course!&#x200E;</li> <!-- "&#x200E;" fixes "direction: rtl;" abnormality -->
</ul>
</div>
<div class="column" style="background-color:#afa578;">
<section id="title-IntFav-adjust"><h2>Favorite Websites</h2></section>
<ul id="padding-fix">
<li><a href="https://ariffjeff.com">My personal website - Portfolio and all!</a></li>
<li><a href="https://www.youtube.com">YouTube - Great source of learning</a></li>
<li><a href="https://www.apple.com">Apple - Stellar visual advertising</a></li>
<li><a href="https://www.nasa.gov/multimedia/imagegallery/iotd.html">NASA - Looking into the cosmos</a></li>
</ul>
</div>
</div>
</main>
<footer>
<h4>Site produced by Ariff Jeff</h4>
<p>DMD 3470 - Advanced Web Design and Development</p>
<p>assignment2_html5_boilerplate</p>
<section><a href="#">Back to Top</a></section>
</footer>
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>