-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (102 loc) · 4.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Howdy all, welcome to my crib. I'm Toby, your poopoo-eating, cockroach-chasing shih tzu. Check out my site.">
<meta property="og:title" content="Toby's Website">
<meta property="og:site_name" content="Toby">
<meta property="og:url" content="http://crisnoel12.github.io/toby/">
<meta property="og:image" content="https://raw.githubusercontent.com/crisnoel12/toby/gh-pages/assets/website-screenshot.jpg" />
<meta property="og:description" content="Howdy all, welcome to my crib. I'm Toby, your poopoo-eating, cockroach-chasing shih tzu. Check out my site.">
<meta property="og:type" content="website">
<meta name="robots" content="index, nofollow">
<meta name="author" content="Cris Noel">
<title>Toby</title>
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />
<link rel="stylesheet" href="css/foundation.min.css">
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/app.min.css">
</head>
<body>
<div class="row navbar"> <!-- Start Navbar -->
<div class="column bone">
<div class="s1"></div>
<div class="s2"></div>
<div class="s3"></div>
<div class="s4"></div>
<div class="contain-to-grid centerbone">
<nav class="top-bar clean" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<img class="logo" src="assets/toby-logo.png">
</li>
<li class="toggle-topbar menu-icon">
<a href="#"><span></span></a>
</li>
</ul>
<ul class="nav-items">
<li><a href="./">Home</a></li>
<li><a href="./pictures/">Pictures</a></li>
<li><a href="./videos/">Videos</a></li>
<li><a href="./lets-play/">Lets Play</a></li>
</ul>
</nav>
</div>
</div>
</div> <!-- End Navbar -->
<div class="row content-1"><!-- Start content-1 -->
<div class="column medium-4 text-center">
<img class="default-img" src="assets/pictures/default-pic.JPG">
</div>
<div class="column medium-8 about-section">
<h1>ABOUT ME</h1>
<p>Howdy all, welcome to my crib. I'm Toby, your poopoo-eating, cockroach-chasing shih tzu. I was born and raised in Silang, Cavite since January 8, 2015. My mother just bought me a dress and I've been confused about my sexuality ever since. Anyways that's a personal problem <span>😂</span>, check out the rest of my site for more cute stuff. <span>😏</span></p>
</div>
</div><!-- End content-1 -->
<h2 class="my-facts-heading">QUICK FACTS</h2>
<div class="row content-2" data-equalizer><!-- Start content-2 -->
<div class="column large-4 medium-4 text-center" data-equalizer-watch>
<span class="icon-heart"></span>
<hr>
<h3 class="my-facts">Things I Love</h3>
<ul class="my-facts-list">
<li>My Family</li>
<li>My Eating Tray</li>
<li>Toys</li>
<li>Food</li>
<li><s>Poop</s>(Actually poop is food, so yeah)</li>
</ul>
</div>
<div class="column large-4 medium-4 text-center" data-equalizer-watch>
<span class="icon-angry"></span>
<hr>
<h3 class="my-facts">Things I Hate</h3>
<ul class="my-facts-list">
<li>Other Dogs</li>
<li>Cockroaches</li>
<li>Thunder</li>
<li>Hugs</li>
<li>Getting Blown in the Face</li>
</ul>
</div>
<div class="column large-4 medium-4 text-center" data-equalizer-watch>
<span class="icon-star-full"></span>
<hr>
<h3 class="my-facts">Tricks & Talents</h3>
<ul class="my-facts-list">
<li>Sit</li>
<li>Lay Down</li>
<li>Going around in a circle really really really fast</li>
</ul>
</div>
</div><!-- End content-2 -->
<div class="row footer">
<div>
<p>TOBY © 2015. ALL RIGHTS RESERVED</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
<script src="js/app.min.js"></script>
</body>
</html>