forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·139 lines (135 loc) · 4.03 KB
/
Copy pathindex.html
File metadata and controls
executable file
·139 lines (135 loc) · 4.03 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
---
layout: page
title: AlgoAsylum
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<h1 class="animated fadeInUp">ALGOASYLUM</h1>
<p class="animated fadeInUp">Website Work in progress. Please wait till we get this thing sorted</p>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Ongoing Projects</h2>
</div>
</div>
<div class="row ">
<div class="col-sm-6 col-md-3">
<a href="#">
<div class="service-item">
<h4>Dyslexia Detection</h4>
<p>A Project to detect early onset dyslexia by analyzing reading patterns </p>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3">
<a href="#">
<div class="service-item">
<h4>Pollution Monitoring</h4>
<p>An IOT based pollution monitoring system for urban areas </p>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3">
<a href="#">
<div class="service-item">
<h4>Satellite Image Analysis</h4>
<p>An exciting introduction to insights gained from satellite imagery </p>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3">
<a href="#">
<div class="service-item">
<h4>pyEyeTrack</h4>
<p>A python based library to track eye moevement</p>
</div>
</a>
</div>
</div>
<a href="#" class="btn btn-view-works">View Projects</a>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6">
<h2>LATEST BLOG</h2>
<div class="post-area">
{% assign latest_post = site.posts[0] %}
<h3><a href="{{ latest_post.url | prepend: site.baseurl }}" class="bold">{{ latest_post.title }}</a></h3>
<p class="post-date">{{ latest_post.date | date_to_long_string }}</p>
<p>
{{ latest_post.content | strip_html | truncatewords: 50 }}
</p>
</div>
<p><a href="https://algoasylum.github.io/blog/" class="btn btn-view-works">View All</a></p>
</div>
</div>
</div>
</section>
<!-- People Start -->
<section id="people">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>PEOPLE</h2>
<div id="clients-logo" class="owl-carousel">
<div class="people_img">
<img src="img/default.jfif" alt="">
</div>
<div class="people_img">
<img src="img/default.jfif" alt="">
</div>
<div class="people_img">
<img src="img/default.jfif" alt="">
</div>
<div class="people_img">
<img src="img/default.jfif" alt="">
</div>
<div class="people_img">
<img src="img/default.jfif" alt="">
</div>
<div class="people_img">
<img src="img/default.jfif" alt="">
</div>
</div>
<a href="#" class="btn btn-view-works">View Our Team</a>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>MEDIUM</h2>
<p>Check out our blogs on Medium. </p>
</div>
</div>
<div id="retainable-rss-embed" data-rss="https://medium.com/feed/algoasylum"
data-maxcols="3"
data-layout="slider"
data-poststyle="inline"
data-readmore="Read the rest"
data-buttonclass="btn btn-primary"
data-offset="-80">
</div>
<script src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"></script>
</div>
</section>