-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·161 lines (142 loc) · 6.15 KB
/
index.html
File metadata and controls
executable file
·161 lines (142 loc) · 6.15 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<html>
<head>
<!-- CHANGE TITLE AND META ACCORDINGLY -->
<title>DocWave</title>
<meta name="description" content="">
<meta content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes" name="viewport">
<link rel="stylesheet" href="css/tidy.css">
<link rel="stylesheet" href="css/animate.css">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<link href="https://cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.min.css" type="text/css" rel="stylesheet" title="Featherlight Styles" />
<script src="https://cdn.rawgit.com/noelboss/featherlight/1.3.2/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- <link rel="import" href="bower_components/paper-ripple/paper-ripple.html">
<link rel="import" href="bower_components/paper-fab/paper-fab.html">
<link rel="import" href="bower_components/iron-icons/iron-icons.html"> -->
</head>
<body>
<div class="container" style="width: 100%">
<!-- COVER IMAGE AND FLOATING BUTTON -->
<div class="cover-image"></div>
<!--
<div class="desktop-fab-container ">
REPLACE WITH YOUR APP URL
<a href="https://DocWave.io">
<paper-fab class="wow fadeInUp desktop-fab" icon="shop"></paper-fab>
</a>
</div>
-->
<!-- ICON, NAME AND DESCRIPTION -->
<div class="wow fadeInUp content-card">
<!-- REPLACE WITH YOUR APP URL -->
<!--
<a href="YOUR_APP_URL_HERE">
<paper-fab class="mobile-fab" icon="shop"></paper-fab>
</a>
-->
<div class="icon-and-title-flex">
<img src="DocWave.png" class="appicon"></img>
<div class="title-container">
<!-- REPLACE WITH YOUR APP NAME -->
<span class="text-title" style="font-family: 'Lobster', cursive; color: #00bcd4">DocWave</span>
<br><div class="intertext-padding"></div>
<!-- REPLACE WITH YOUR DEV NAME -->
<span class="text-subtitle">A Browser for Javascript API Documentation</span>
<br><div class="intertext-padding"></div>
</div>
</div><br><br>
<!-- REPLACE WITH YOUR APP DESCRIPTION -->
<span class="text-description" style="font-size: 1.1em">DocWave is a developer documentation tool to easily browse through JavaScript APIs. The application currently comes with Node, Express, and Mozilla's documentation for HTML, CSS, and JavaScript. If you would like try it out, the download links are below. If you would like to contribute or raise issues, our github page can be found <a style="text-decoration: underline" href="https://github.com/DocWave/">here</a>.
</div>
<!-- OTHER APPS BY YOU -->
<div class="wow fadeInUp content-works">
<div class="screenshot-item">
<a href="img/screenshots/docwave_in_action.jpg" data-featherlight="image">
<img src="img/screenshots/docwave_in_action.jpg">
</a>
</div>
<!-- <div class="screenshot-item">
<a href="img/screenshots/ss2.png" data-featherlight="image">
<img src="img/screenshots/ss2.png">
</a>
</div> -->
<!-- <div class="screenshot-item">
<a href="img/screenshots/ss3.png" data-featherlight="image">
<img src="img/screenshots/ss3.png">
</a>
</div>
<div class="screenshot-item">
<a href="img/screenshots/ss4.png" data-featherlight="image">
<img src="img/screenshots/ss4.png">
</a>
</div> -->
</div>
<!-- APP DETAILS -->
<div class="wow fadeInUp content-card" style="margin-top: 0;">
<span class="text-subtitle" style="font-size: 2em; font-weight: 300; color: #333">Details</span>
<br><br>
<div>
<div class="detail-item">
<span class="text-description">Version 0.1.0<span>
</div>
<div class="detail-item">
<span class="text-description"><a style="text-decoration: underline" href='http://bit.ly/1Qqpm1z'> OSX Download </a> (>= 10.8)</span>
</div>
<div class="detail-item">
<span class="text-description"><a style="text-decoration: underline" href='http://bit.ly/1OOhSDD'>Linux Download</a></span>
</div>
<div class="detail-item">
<span class="text-description">Github</span>
</div>
<!-- <div class="detail-item">
<span class="text-description">10,000+ downloads</span>
</div>
<div class="detail-item">
<span class="text-description">Contains in-app purchases</span>
</div> -->
</div>
</div>
<!-- SPACE BELOW DETAILS -->
<div class="empty-space">
<div class="meta-container wow fadeInUp">
<div class="wow fadeInUp detail-item watermark credits">
<span class="text-description credits-text" style="
color: #FFF;
padding: 5 10;
background: rgba(0, 0, 0, 0.5)
">Made with ♡ by Lea, Dan, & Cruz</span>
</div>
</div>
</div>
<!-- ===================================================================================================== -->
<!-- JAVASCRIPT -->
<!-- Animations -->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!-- Scrollwheel Smoothing -->
<script>
$(function()
{
var $window = $(window);
var scrollTime = 0.2;
var scrollDistance = 270;
$window.on("mousewheel DOMMouseScroll", function(event)
{
event.preventDefault();
var delta = event.originalEvent.wheelDelta/120 || -event.originalEvent.detail/3;
var scrollTop = $window.scrollTop();
var finalScroll = scrollTop - parseInt(delta*scrollDistance);
TweenMax.to($window, scrollTime,
{
scrollTo : { y: finalScroll, autoKill:true }, ease: Power1.easeOut, overwrite: 5
});
});
});
</script>
</body>
</html>