-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (68 loc) · 3.99 KB
/
index.html
File metadata and controls
84 lines (68 loc) · 3.99 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
---
layout: default
---
<div class='container'>
<header class="masthead text-center">
<!-- <h3> Welcome to Swarm Lab at UT Austin</h3> -->
<img class='img-responsive center-block' src="/images/logo/swarm-lab-landing-image.png" width="100%" height="80%" />
<p>
<i style="font-weight: 400;">Department of Electrical and Computer Engineering</i><br>
<a href="https://robotics.utexas.edu/"> Texas Robotics</a> | <a href="https://wncg.org/">Wireless Networking and Communications Group (WNCG)</a><br>
<i style="font-weight: 400;">The University of Texas at Austin</i>
<span style="display: block; margin-bottom: 3em"></span>
<a href="https://github.com/UTAustin-SwarmLab"><i class="fa fa-github"></i> Swarm Lab</a>
<a href="mailto:sandeepc@utexeas.edu"><i class="fa fa-envelope-o"></i> sandeepc@utexas.edu</a>
</p>
<div class="w3-container" style=" background: #346a9a; padding: 25px; border-radius:10px; border: 1px solid #5d8aa8">
<div style="text-align:left">
<h3 style="color: #FFFFFF"> Recent News </h3>
<p style="color: #FFFFFF"> Here's a list of recent news of the last 3 months, updated {{ 'now' | date: "%m/%d/%y" }}.</p>
<span style="display: block; margin-bottom: 1em"></span>
<div class="news">
{% capture now %}{{'now' | date: '%s' | minus: 7884000}}{% endcapture %}
<ul style="font-weight: 400; color: #FFFFFF;list-style-position:outside;padding:20px;" >
{% for new in site.data.news %}
{% capture date %}{{new.date | date: '%s' | plus: 0}}{% endcapture %}
{% if date > now %}
<li>
<span style="color: #FFFFFF;">
{{ new.details }}
</span>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div >
</div>
<span style="display: block; margin-bottom: 1em"></span>
<div class="col-lg-12", id="Sponsors">
<div class="section-title" style="padding-top: 25px">
<h2>Sponsors</h2></div>
</div>
<div class="trend-entry d-flex">
<div class="column justify-content-md-center">
<img src="/images/logo/logos.png" alt="Logos" style="width:100%">
</div>
</div>
<!-- <span style="display: block; margin-bottom: 5em"><img src="/images/logo/cisco.png" width="100" alt="My Image" /></span> -->
<!-- <div style="text-align: center;"><img src="/images/logo/cisco.png" width="100" alt="My Image" /></div> -->
<!-- <span style="display: block; margin-bottom: 5em"></span> -->
<!-- <span style="display: block; margin-right: 5em"><img src="/images/logo/darpa.png" width="100" alt="My Image" /></span> -->
<!-- <div style="text-align: center;"><img src="/images/logo/darpa.png" width="100" alt="My Image" /></div> -->
<!-- <div style="text-align: center;"><img src="/images/logo/good_systems.png" width="100" alt="My Image" /></div>
<div style="text-align: center;"><img src="/images/logo/hri.png" width="100" alt="My Image" /></div>
<div style="text-align: center;"><img src="/images/logo/intel.png" width="100" alt="My Image" /></div>
<div style="text-align: center;"><img src="/images/logo/LM.png" width="100" alt="My Image" /></div>
<div style="text-align: center;"><img src="/images/logo/NSF.png" width="100" alt="My Image" /></div>
<div style="text-align: center;"><img src="/images/logo/ONR.png" width="100" alt="My Image" /></div>
<div style="text-align: center;"><img src="/images/logo/viavi.png" width="100" alt="My Image" /></div> -->
</header>
</body>
<!-- <div style="text-align:center">
<h3 style="color: #000000"> Our Sponsors </h3>
</div>
<span>
<img class='img-responsive center-block' src="/images/logo/intel.png" width="10%" height="50%" />
</span> -->
</div>