-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (71 loc) · 4.14 KB
/
index.html
File metadata and controls
74 lines (71 loc) · 4.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Steag CSCT Projects</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="assets/css/Article-Clean.css">
<link rel="stylesheet" href="assets/css/Header-Blue.css">
<link rel="stylesheet" href="assets/css/Highlight-Blue.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css">
<link rel="stylesheet" href="assets/css/Lightbox-Gallery.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="article-clean"></div>
<div></div>
<div class="projects-horizontal">
<div class="container">
<div class="intro">
<h2 class="text-center">Projects </h2>
<p class="text-center">Project that done in the Steag Center for Smart City Technologies by Students and Faculties. <br></p>
</div>
<div class="row projects">
<div class="col-sm-6 item">
<div class="row">
<div class="col-md-12 col-lg-5"><a href="engineerdLandfill.html"><img class="img-fluid" src="assets/img/project/engineerdLandfill/Engineerd_landfill.png"></a></div>
<div class="col">
<h3 class="name"><a href="engineerdLandfill.html">Waste Management: Engineered Landfill And Waste To Energy Solutions.</a></h3>
<p class="description">An Engineered Site Where Waste Is Isolated From The Environment Below The Ground Or On Top Until It Is Safe And Completely Degraded Biologically Chemically And Physically.</p>
</div>
</div>
</div>
<div class="col-sm-6 item">
<div class="row">
<div class="col-md-12 col-lg-5"><a href="stepUp.html"><img class="img-fluid" src="assets/img/project/stepUp/StepUp.jpeg"></a></div>
<div class="col">
<h3 class="name" > <a href="stepUp.html">STEP_UP : Make Your House Next Level</a> </h3>
<p class="description">Step_up Is Concept Prototype That Can Be Use To Lift Houses, Those Affected By Flood. The System Consist of Combination of Electronic and Software</p>
</div>
</div>
</div>
<!-- <div class="col-sm-6 item">
<div class="row">
<div class="col-md-12 col-lg-5"><a href="#"><img class="img-fluid" src="assets/img/loft.jpg"></a></div>
<div class="col">
<h3 class="name">Project Name</h3>
<p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida.</p>
</div>
</div>
</div>
<div class="col-sm-6 item">
<div class="row">
<div class="col-md-12 col-lg-5"><a href="#"><img class="img-fluid" src="assets/img/minibus.jpeg"></a></div>
<div class="col">
<h3 class="name">Project Name</h3>
<p class="description">Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus. Praesent aliquam in tellus eu gravida.</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script>
</body>
</html>