-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (114 loc) · 4.89 KB
/
index.html
File metadata and controls
126 lines (114 loc) · 4.89 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#104b65">
<link rel="shortcut icon" href="/assets/img/favicon.png">
<title>Deondre Ng</title>
<link rel="stylesheet" href="/assets/css/animate.css">
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800|Lato:400,300,900' rel='stylesheet' type='text/css'>
</head>
<body>
<section id="header">
<canvas id="myCanvas" width="300" height="300"></canvas>
<div class="row">
<div class="large-12 columns">
<img src="/assets/img/dodie.jpg" alt="" id="profile-image" class="animated bounceInDown" />
<h1 class="text-center">Hi, I'm <span>Deondre Ng</span></h1>
<p class="text-center">But most people call me <strong>Dodie</strong></p>
<p class="text-center"><a href="https://twitter.com/dmartinng" target="_blank" class="button"><i class="fa fa-twitter"></i> @dmartinng</a></p>
</div>
</div>
</section>
<section class="full-width white" id="programming">
<div class="section-header">
<span><i class="fa fa-laptop" aria-hidden="true"></i></span>
</div>
<div class="row">
<div class="large-12 columns">
<h2>I'm a <a href="https://github.com/dmartinng" target="_blank">programmer</a></h2>
<p>
Some of my projects include:
</p>
</div>
</div>
<div class="row">
<div class="large-4 columns">
<a href="https://tedxupdiliman.com/" target="_blank">
<img src="/assets/img/websites/3.png" alt="TEDxUPDilmian Logo" class="centered" width=100 />
</a>
<h3 class="text-center">TEDxUPDiliman</h3>
<p class="text-center">
Hugo | <a href="https://tedxupdiliman.com/" target="_blank">Link</a>
</p>
</div>
<div class="large-4 columns wow fadeInLeft">
<a href="http://jobfair.upcapes.org/matrix/" target="_blank">
<img src="/assets/img/websites/2.svg" alt="Jobfair Logo" class="centered" width=100 />
</a>
<h3 class="text-center">CAPES Jobfair Matrix</h3>
<p class="text-center">
AngularJS | Firebase | <a href="http://jobfair.upcapes.org/matrix/" target="_blank">Link</a>
</p>
</div>
<div class="large-4 columns wow fadeInLeft" data-wow-delay=".5s">
<img src="/assets/img/websites/1.svg" alt="Plato Logo" class="centered" width=100 />
<h3 class="text-center">Plato PH</h3>
<p class="text-center">
Laravel | 2015-2016
</p>
</div>
<div class="large-4 columns">
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="large-12 columns">
<div class="callout">
<p class="text-center">
And I also work with Ruby on Rails, React, React Native and many more!
</p>
</div>
</div>
</div>
</section>
<section class="full-width" id="full">
</section>
<section class="full-width white" id="photography">
<div class="section-header">
<span><i class="fa fa-camera-retro" aria-hidden="true"></i></span>
</div>
<div class="row">
<div class="large-12 columns">
<h2>I'm also a <a href="https://www.flickr.com/photos/dmartinng" target="_blank">photographer</a></h2>
</div>
</div>
<div class="row">
<div class="large-4 columns wow zoomIn">
<a href="https://www.flickr.com/photos/dmartinng/14113626984/in/dateposted-public/" target="_blank"><img src="/assets/img/photos/1.jpg" alt="" /></a>
</div>
<div class="large-4 columns wow zoomIn" data-wow-delay=".2s">
<a href="https://www.flickr.com/photos/dmartinng/19325508855/in/dateposted-public/" target="_blank"><img src="/assets/img/photos/2.jpg" alt="" /></a>
</div>
<div class="large-4 columns wow zoomIn" data-wow-delay=".4s">
<a href="https://www.flickr.com/photos/dmartinng/24363630709/in/dateposted-public/" target="_blank"><img src="/assets/img/photos/3.jpg" alt="" /></a>
</div>
</div>
</section>
<footer>
<p>
© Deondre Ng 2016
</p>
</footer>
<script src="/assets/paper-full.min.js"></script>
<script src="/assets/isMobile.min.js"></script>
<script type="text/paperscript" canvas="myCanvas" src="/assets/paper.js"></script>
<script src="/assets/js/app.js"></script>
<script type="text/javascript">
new WOW().init();
</script>
</body>
</html>