-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexcrc2.htm
63 lines (56 loc) · 1.92 KB
/
indexcrc2.htm
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>::: Vanilla Hub :::</title>
<link rel="stylesheet" href="style.css">
<script = type="text/javascript" src="script.js"></script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</head>
<body onload="getImages()">
<div id="wrapper">
<div id="left_box">
<article style="margin-bottom:50px;">
<img id="logo" src="img/sample.png">
</article>
<article class="menu">
<header class="menu">About</header>
<p><u>Why Vanilla Hub?</u></br>
<p>Vanilla, in tech, usually means plain, basic or standard software and/or hardware.</p>
<p>This is just a place for my plain & simple Flash experiments.</p>
<p>Might add extra flavor, later.. :)</p>
</p>
<p><a href="http://" target="_blank">Click here to Send Feedback</a></p>
</article>
<article class="menu">
<header class="menu">Vanilla Girl</header>
<p>Add me in G+</p>
<div class="g-person" data-href="//plus.google.com/+CarlaAnneQ" data-layout="landscape" data-rel="author"></div>
</article>
<article id="copyright">
Copyright 2013. Carla Anne Q. fffffffff
</article>
</div>
<div id="right_box">
<header class="title">Browser-games</header>
<article id="games" class="img_container">
<p class="content">Made with Flash.</p>
</article>
<header class="title">Interactive</header>
<article id="interactive" class="img_container">
<p class="content">interactive stuffs.</p>
</article>
<header class="title">Mobile Apps (AIR for Android)</header>
<article id="mobile" class="img_container">
<p class="content">APK.</p>
</article>
</div>
</div>
</body>
</html>