-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (53 loc) · 1.89 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" href="../themes/riptide7/css/style.css" />
<link rel="stylesheet" href="../themes/riptide7/css/thumbs.css" />
<link href="http://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script>
</script>
</head>
<body class="clearfix">
<div class="overlay"></div>
<div class="content clearfix">
<div class="view view-first al-lusaily" id="al-lusaily">
<img src="spacer300x200.gif" />
<div class="mask">
<h2>Al Lusaily</h2>
<p>
A 3D urban plan built on site in Dubai using SketchUp for a large planning firm.
</p>
<a href="#" data-featherlight="spacer300x200.gif" class="info">See More</a>
</div>
</div>
<div class="view view-first dahlin-group" id="dahlin-group">
<img src="spacer300x200.gif" />
<div class="mask">
<h2>Dahlin Group</h2>
<p>
Founded new department and team for graphics and website design.
</p>
<a href="#" data-featherlight="spacer300x200.gif" class="info">See More</a>
</div>
</div>
<div class="view view-first brightlink" id="brightlink">
<img src="spacer300x200.gif" />
<div class="mask">
<h2>Brightlink</h2>
<p>
Interactive flash animations for a venture startup to explain a complex concept.
</p>
<a href="#" data-featherlight="spacer300x200.gif" class="info">See More</a>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="../themes/riptide7/scripts/custom.js"></script>
<div id="videoholder">
</div>
</body>
</html>