forked from lorinn/B3-First_Year_TeamProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slider.php
69 lines (59 loc) · 2.34 KB
/
slider.php
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
<!-- SLIDER -->
<div id="home-slider" class="lof-slidecontent">
<div class="preload"></div>
<!-- slider content -->
<div class="main-slider-content" >
<ul class="sliders-wrap-inner">
<li>
<img src="images/slides/01.jpg" title="" alt="alt" />
<div class="slider-description">
<h4>Who are we</h4>
<p>We are first year students, group B3 from University of Manchester, School of Computer Science.
</p>
</div>
</li>
<li>
<img src="images/slides/02.jpg" title="" alt="alt" />
<div class="slider-description">
<h4>What we do</h4>
<p>The current website is our First Year Tem Project developed during 6 months of work.
</p>
</div>
</li>
<li>
<img src="images/slides/03.jpg" title="" alt="alt" />
<div class="slider-description">
<h4>What is our project about</h4>
<p>MyUniTrader is a website developed for students which enables them to trade books, clothes, devices etc.
</p>
</div>
</li>
<li>
<img src="images/slides/04.jpg" title="" alt="alt" />
<div class="slider-description">
<h4>Contact</h4>
<p>If you have complaints or suggestions, please contact us:<br><br>
-Berianu Vlad<br>
-Duc Anh<br>
-Karolis Skripka<br>
-Eugene Varghin<br>
-Ali Safarli<br>
-Georgios Tzamousis<br>
-Lorin Patrick Nicolae
</p>
</div>
</li>
</ul>
</div>
<!-- ENDS slider content -->
<!-- slider nav -->
<div class="navigator-content">
<div class="navigator-wrapper">
</div>
<div class="button-next"></div>
<div class="button-previous"></div>
<!-- REMOVED TILL FIXED <div class="button-control"><span>STOP</span></div> -->
</div>
<!-- slider nav -->
</div>
<!-- ENDS SLIDER -->