Skip to content

Instantly share code, notes, and snippets.

View AresJ's full-sized avatar
🎯
Focusing

Carlil Jean AresJ

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aresj on github.
  • I am aresrx (https://keybase.io/aresrx) on keybase.
  • I have a public key ASDd2wAJZbviN5zScvtPXw4IpskCYGMHBDifEvqvH47JvAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am aresj on github.
  • I am aresrx (https://keybase.io/aresrx) on keybase.
  • I have a public key ASDd2wAJZbviN5zScvtPXw4IpskCYGMHBDifEvqvH47JvAo

To claim this, I am signing this object:

@AresJ
AresJ / index.html
Created December 10, 2018 19:11
User Interface I: Project 2 - Sweet Eats Bakery
<!-- Font families were utilized through google fonts -->
<link href="https://fonts.googleapis.com/css?family=Gaegu|Roboto" rel="stylesheet">
<div class="container">
<h1>Sweet Eats Bakery</h1>
<header>
<nav>
<a href="#">About</a>
<a href="#">Cookies</a>
<a href="#">Weddings</a>
@AresJ
AresJ / index.html
Last active December 10, 2018 19:05
User Interface I: HTML Markup
<!--
Step 1: Fork this pen so it's yours.
Step 2: Practice marking up this content using semantic HTML tags.
Remember that semantic markup provides meaning. Here are a few tags you could consider using:
<h1> through <h6>
<p>
@AresJ
AresJ / css-selectors.markdown
Created December 5, 2018 20:32
CSS Selectors
@AresJ
AresJ / index.html
Created December 5, 2018 14:51
Lambda School Semantic HTML
<header>
<!-- Main heading -->
<h1>Lambda School</h1>
<!-- Navigation -->
<nav>
<a href="#">Tracks</a>
<a href="#">About</a>
<a href="#">Blog</a>
<a href="#">Apply Now</a>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">