-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 3.07 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
---
layout: index
title: Home
permalink: /
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-code" aria-hidden="true"></i>
<span class="sr-only">An image of code</span>
<h4>Mission</h4>
<p>The <b>S<sup>2</sup>E</b> lab is dedicated to studying the broad area of software engineering, primarily focusing on software security and program analysis. Our mission is to develop novel techniques to enable secure software systems development. We strive to make a positive impact on society by sharing knowledge, tools, and best practices related to engineering secure software systems.</p>
<!--p><br/><a href="#" class="btn btn-theme">More Info</a></p-->
<!-- Our mission is to advance the field of software engineering by providing innovative and practical solutions to software security challenges. Through rigorous research and collaboration, we aim to develop novel techniques to enable secure software systems development. We strive to make a positive impact on society by creating knowledge, tools, and best practices that are widely adopted and accessible to all. -->
</div>
<div class="col-md-4">
<i class="fa fa-group" aria-hidden="true"></i>
<span class="sr-only">An image of a group of people</span>
<h4>Join Us</h4>
<p>If you are interested in Software Engineering and/or Software Security research, please refer to <a href="https://joannacss.github.io/working">this page</a> to more information about joining our lab.</p>
<!--p><br/><a href="#" class="btn btn-theme">More Info</a></p-->
</div>
<div class="col-md-4">
<i class="fa fa-microphone" aria-hidden="true"></i>
<span class="sr-only">An image of a microphone</span>
<h4>Latest News</h4>
{%if site.posts %}
<ul class="text-left">
{% for post in site.posts limit:5 %}
<li>
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.short_title }}.
</a>
</li>
{% endfor %}
</ul>
{% endif %}
<!--p><br/><a href="#" class="btn btn-theme">More Info</a></p-->
</div>
</div>
</div><!--/container -->
</div><!--/service -->
<div id="twrap">
<div id="twrapback"></div>
<div class="container centered">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-group"></i> Meet the Team</h2>
<img src="{{ "/assets/img/members/group.png" | prepend: site.baseurl }}" alt="">
</div>
</div><!-- --/row ---->
</div><!-- --/container ---->
</div><!-- /twrap -->