-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
279 lines (230 loc) · 10.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
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>HelloSG.io</title>
<!-- Bootstrap core CSS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="web-content/landing-page.css" rel="stylesheet">
<link href="https://unpkg.com/botframework-webchat/botchat.css" rel="stylesheet" />
<style>
ul.intro-social-buttons>li {
display: inline-block !important;
}
ul.banner-social-buttons>li{
display: inline-block !important;
}
.navbar-light .navbar-nav .nav-link {
color: rgb(0, 120, 215);
font-variant-caps: small-caps;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<img src="web-content/hellosg.png" alt="Smiley face" height="42" width="42">
<a class="navbar-brand" style="margin-left: 10px;" href="#">HelloSG.io</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about">What?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contrib">Who?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">How?</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="intro-message">
<h1>HelloSG</h1>
<h3>A Progressive Bot</h3>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li class="list-inline-item">
<a href="#" class="btn btn-secondary btn-lg" target="_blank" >
<i class="fa fa-twitter fa-fw"></i>
<span class="network-name">Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/dhananshan/HelloSGBot" target="_blank" class="btn btn-secondary btn-lg">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/hellosg.io/" target="_blank" class="btn btn-secondary btn-lg">
<i class="fa fa-facebook fa-fw"></i>
<span class="network-name">Facebook</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="bot-container">
<div id="bot"/>
<script src="https://unpkg.com/botframework-webchat/botchat.js"></script>
<script>
BotChat.App({
directLine: { secret: 'ehjNSfh8Cro.cwA.gXU.LWe0b-ceHC3162ogJcr9p0iF2OW1vOolq0jKhHCc5iY' },
user: { id: 'anon' },
bot: { id: 'botid' },
resize: 'detect'
}, document.getElementById("bot"));
</script>
</div>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<section id="about" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-12">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">So what is <span style="color:#dc1f2d;">HELLOSG</span> ?</h2>
<p class="lead">
<a target="_blank" href="http://join.deathtothestockphoto.com/"></a>
</p>
</div>
<div class="col-sm-6 col-xs-12">
<img style="width: 200px;" class="img-fluid" src="web-content/luis.png" alt="">
<img style="width: 200px;" class="img-fluid" src="web-content/datagov.jpg" alt="">
<img style="width: 300px;" class="img-fluid" src="web-content/csharp.png" alt="">
<img style="width: 200px;" class="img-fluid" src="web-content/vs.png" alt="">
</div>
</div>
</div>
<!-- /.container -->
</section>
<section id="contrib" class="content-section-b">
<div class="container">
<div class="row">
<div class="col-sm-12 col-xs-12">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Contributors:
<span style="font-size: 15px;">(Your profile will be added here once you contribute)</span>
</h2>
</div>
<div class="col-sm-12 col-xs-12">
<a href="https://github.com/dhananshan" target="_blank">
<img src="https://github.com/dhananshan.png?size=100" class="img-thumbnail" alt="cont1" width="100" height="100">
</a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<section id="contact" class="content-section-a">
<div class="container">
<div class="row">
<div class="col-sm-5 col-xs-12">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">How you can help,</h2>
<p class="lead">Learn to contribute to open source projects by doing simple yet meaningful work.</p>
<img style="width: 110px; margin-left: 100px;" src="web-content\Professortocat_v2.png" />
</div>
<div class="col-sm-7 col-xs-12">
<h4 class="section-heading">Steps:</h4>
<ul>
<li class="lead">Create a <b>github</b> account</li>
<li class="lead">Then you need a local fork of the the project, so go ahead and press the <a href="https://github.com/dhananshan/HelloSGBot"> "fork" </a> button in GitHub</li>
<li class="lead">Create your own branch</li>
<li class="lead">Add your work</li>
<li class="lead">Push your work</li>
</ul>
For complete guide visit this <a target="_blank" href="https://gist.github.com/MarcDiethelm/7303312">"page"</a> and for more information on project check out the <a href="https://github.com/dhananshan/HelloSGBot/blob/master/README.md"> "Readme"</a>
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<aside class="banner">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-12 my-auto">
<h2 style="color:#0078d7;">Connect <spn style="color:#dc1f2d;">&</spn> contribute:</h2>
</div>
<div class="col-sm-6 col-xs-12 my-auto">
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="#" class="btn btn-secondary btn-lg" target="_blank" >
<i class="fa fa-twitter fa-fw"></i>
<span class="network-name">Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/dhananshan/HelloSGBot" target="_blank" class="btn btn-secondary btn-lg">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/hellosg.io/" target="_blank" class="btn btn-secondary btn-lg">
<i class="fa fa-facebook fa-fw"></i>
<span class="network-name">Facebook</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</aside>
<!-- /.banner -->
<!-- Footer -->
<footer>
<div class="container">
<ul class="list-inline">
<li class="list-inline-item">
<a href="#">Home</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#about">What</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#contrib">Who</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#contact">How</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © HelloSG 2017. All Rights Reserved</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" crossorigin="anonymous"></script>
</body>
</html>