-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (114 loc) · 4.1 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Note: Only needed for demo purposes. Delete for production sites.
-->
<html>
<head>
<title>ShredX | Let's build together</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta
name="description"
content="ShredX is an initiative by Ashok Dey to collaborate together in open source projects on weekends."
/>
<!-- icons -->
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
href="/images/favicon-64x64.png"
sizes="64x64"
/>
<link
rel="icon"
type="image/png"
href="/images/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="/images/android-chrome-192x192.png"
sizes="192x192"
/>
<meta name="theme-color" content="#f9dd8b" />
<meta name="msapplication-TileColor" content="#f9dd8b" />
<meta name="msapplication-TileImage" content="/images/mstile-310x310.png" />
<!-- /icons -->
<!-- og tags -->
<meta property="og:site_name" content="ShredX | Let's build together" />
<meta property="og:title" content="ShredX" />
<meta property="og:locale" content="en" />
<meta
property="og:image"
content="http://shredx.github.io/images/og-image.png"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://shredx.work/" />
<meta
property="og:description"
content="ShredX is an initiative by Ashok Dey to collaborate together in open source projects on weekends."
/>
<!-- /og tags -->
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- Banner -->
<section
class="banner style3 orient-left content-align-left image-position-left fullscreen onload-image-fade-in onload-content-fade-right"
>
<div class="content">
<h1>ShredX</h1>
<p class="major">
Always wanted to participate in
<span class="word-highlight">Open-Source Development</span> with
people but never got a chance to start?
<br />
<br />
SharedX is a great step to get started with Open Source development
and contribution. On weekends, group of people come together to
execute small tasks they have planned for a long time. It can be
your mini project or one of the technology from your
<code>Bucket List</code>.
</p>
<p>
<b>ShredX</b> is an initiative by
<a href="https://ashokdey.in" style="color: #e38589;">Ashok Dey</a>
to collaborate together on open source projects on weekends.
</p>
<ul class="actions stacked">
<li>
<a
href="https://github.com/shredx/plans"
class="button large wide smooth-scroll-middle"
>Get Started</a
>
</li>
</ul>
</div>
<div class="image">
<img src="images/atom.png" alt="" />
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Note: Only needed for demo purposes. Delete for production sites. -->
<script src="assets/js/demo.js"></script>
</body>
</html>