Skip to content

Commit

Permalink
added new favicons for main site and ufo, got contact page showing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaman committed Dec 19, 2017
1 parent 237eb86 commit dee654f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
36 changes: 18 additions & 18 deletions index.html
Expand Up @@ -149,6 +149,23 @@ <h2 class="section-heading">about</h2>
</a>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">get in touch</h2>
<hr class="primary">
</div>
<!--********** contact *********-->
<div class="col-lg-8 col-lg-offset-2 text-center">
<p><a href="mailto:mayaman26@gmail.com" class="mailto"><i data-wow-delay=".1s" class="fa fa-envelope-o fa-3x wow bounceIn">
<img src="public/images/mail.svg" alt="">
</i></a></p>
</div>
<div class="connect col-lg-12 text-center"><a href="https://instagram.com/mayamanxx/"><img src="public/images/instagram.png" alt=""></a><a href="https://www.linkedin.com/in/mayaman"><img src="public/images/linkedin.png" alt=""></a><a href="https://twitter.com/mayamanxx"><img src="public/images/twitter.png" alt=""></a><a href="https://github.com/mayaman"><img src="public/images/github.png" alt=""></a></div>
</div>
</div>
</section>
<!--********** info sections *********-->
<div class="hidden">
<div id="mixlab" class="lightbox">
Expand Down Expand Up @@ -313,7 +330,7 @@ <h1>Chella Man Art</h1>
<p>Tools: node.js, HTML, CSS, JavaScript</p>
</div>
</div>
<!-- <div id="blues" class="lightbox">
<div id="blues" class="lightbox">
<h1>House of Blues</h1>
<hr class="primary">
<iframe id="home-sketch-frame" frameborder="0" src="jam/index.html" width="750" height="600"></iframe>
Expand All @@ -323,25 +340,8 @@ <h1>House of Blues</h1>
<p>Inspired by a house down the street, House of Blues listens to the amplitude and frequencies within the song "Pick up the Pieces" by Average White Band and brings the jazz to life through color and movement. </p>
<p>skills: Music Visualization, p5.js, p5.js Sound Library, JavaScript</p>
</div>
</div> -->
</div>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">get in touch</h2>
<hr class="primary">
</div>
<!--********** contact *********-->
<div class="col-lg-8 col-lg-offset-2 text-center">
<p><a href="mailto:mayaman26@gmail.com" class="mailto"><i data-wow-delay=".1s" class="fa fa-envelope-o fa-3x wow bounceIn">
<img src="public/images/mail.svg" alt="">
</i></a></p>
</div>
<div class="connect col-lg-12 text-center"><a href="https://instagram.com/mayamanxx/"><img src="public/images/instagram.png" alt=""></a><a href="https://www.linkedin.com/in/mayaman"><img src="public/images/linkedin.png" alt=""></a><a href="https://twitter.com/mayamanxx"><img src="public/images/twitter.png" alt=""></a><a href="https://github.com/mayaman"><img src="public/images/github.png" alt=""></a></div>
</div>
</div>
</section>

<footer>
<p>all copyright © 2015 <a href="#">Maya Man</a> all rights reserved</p>
Expand Down
Binary file modified public/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ufo/about/index.html
@@ -1,9 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>WebGL Globe</title>
<title>UFO Sightings</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style/style.css">
<link rel="icon" type="image/png" href="images/alien.png">
</head>
<body>

Expand Down
Binary file added ufo/images/alien.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion ufo/index.html
@@ -1,9 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>WebGL Globe</title>
<title>UFO Sightings</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="icon" type="image/png" href="images/alien.png">
</head>
<body>

Expand Down
3 changes: 2 additions & 1 deletion ufo/moredata/index.html
@@ -1,9 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>WebGL Globe</title>
<title>UFO Sightings</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style/style.css">
<link rel="icon" type="image/png" href="images/alien.png">
</head>
<body>

Expand Down

0 comments on commit dee654f

Please sign in to comment.