forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (142 loc) · 4.51 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
---
layout: public
---
<div id="dsg_welcome" class="container-fluid">
<div class="container">
<div class="row">
<h1>Welcome to DSG!</h1>
<div class="col-md-4">
<img class="img-responsive"
src="{{ site.baseurl }}/images/dsg_social.jpg">
</div>
<div class="col-md-8">
<p>
Decision Systems Group is a research group of the
University of Applied Sciences of Central Greece.
</p>
<p>
The group performs basic research in the fields of Computer
Vision, Artificial Intelligence, Data Mining and Decision
Support Systems with applications to microcontroller
solutions, software developing and various every-day life
hacks.
</p>
<p>
The aim of DSG is to provide the ways for collaboration
between any student of the University of Applied Sciences
of Central Greece, that has interest in these areas.
</p>
<p>
The group is supervised by professors Stavros A. Karkanis
and Vaggelis Spyrou. You can see the whole team, by
clicking
<a title="DSG Team" href="{{ site.baseurl }}/team">
here
</a>.
</p>
</div>
</div>
</div>
</div>
<div id="dsg_social" class="container-fluid">
<div class="container text-center">
<div class="row">
<h2>Find us here too!</h2>
<div class="btn-group" role="group" aria-label="social">
<a role="button" target="blank" title="DSG on Facebook"
class="btn btn-lg btn-default btn-fb"
href="https://www.facebook.com/dsg.teiste">
<i class="fa fa-facebook-official fa-2x"
aria-hidden="true"></i>
</a>
<a role="button" target="blank" title="DSG on Google Plus"
class="btn btn-lg btn-default btn-gplus"
href="https://plus.google.com/u/0/b/106701848379617958990/106701848379617958990">
<i class="fa fa-google-plus fa-2x" aria-hidden="true"></i>
</a>
<a role="button" target="blank" title="DSG on Github"
class="btn btn-lg btn-default btn-gtb"
href="https://github.com/DecisionSystemsGroup">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
<a role="button" target="blank" title="DSG on Youtube"
class="btn btn-lg btn-default btn-yt"
href="https://www.youtube.com/channel/UCb4w_1fp8ef-eka0wJ1--Ow">
<i class="fa fa-youtube fa-2x" aria-hidden="true"></i>
</a>
</div>
<p>
or sent an email at
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
<div id="dsg_info" class="container-fluid">
<div class="container">
<div id="meet_the_team" class="row dsg_box">
<div class="col-md-8 col-md-offset-2">
<h2>Meet the team</h2>
<p>
DSG is a student powered group. Its identity is formed from
the research and projects made by its volunteer students.
</p>
<p>
If you want to learn more about the people behind DSG, or
even become one us, click the corresponding button below.
</p>
<div class="btn-group" role="group" aria-label="meet_the_team">
<a role="button" target="blank" title="Meet the Team"
class="btn btn-lg btn-default"
href="http://dsg.teiste.gr/team">
Meet the team
</a>
<a role="button" target="blank" title="Enter the team"
class="btn btn-lg btn-primary"
href="http://dsg.teiste.gr/team/signup">
Enter the Team
</a>
</div>
</div>
</div>
<div id="discover_projects" class="row dsg_box">
<div class="col-md-8 col-md-offset-2">
<h2>Discover our Projects</h2>
<p>
Becoming a member of DSG means that you will be able to
develop your own project, or become a part of a bigger
existing one.
</p>
<p>
Here's the list of the projects we have already made and
you can continue working on, or take ideas and come to us
with your own.
</p>
<a role="button" target="blank" title="Meet the Team"
class="btn btn-lg btn-default"
href="http://dsg.teiste.gr/projects/">
View Projects
</a>
</div>
</div>
<div id="whats_new" class="row dsg_box">
<div class="col-md-8 col-md-offset-2">
<h2>What's New</h2>
<p>
Want to learn about the upcoming DSG events or find information
about one you could not attend?
</p>
<p>
What about the development process of our latest projects?
You can stay updated about everything DSG in our News section.
You just have to click the button below:
</p>
<a role="button" target="blank" title="DSG News"
class="btn btn-lg btn-default"
href="{{ base_url_absolute }}/news">
Go to News
</a>
</div>
</div>
</div>
</div>