-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (111 loc) · 5.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home Page</title>
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/navbar.css">
</head>
<body>
<div class="container-fluid">
<header class="masthead clearfix">
<div class="inner">
<div class="row ht">
<h1 class="masthead-brand col-12 col-sm-3"><img src="resources/logoarcis.png" width="100%"></h1>
<nav class="nav nav-masthead col-12 col-sm-9 justify-content-end">
<a class="nav-link active" href="#">Home</a>
<a class="nav-link" href="team.html">Our Team</a>
<a class="nav-link" href="gallery.html">Gallery</a>
<a class="nav-link" href="#">Achievements</a>
<a class="nav-link" href="#">Donations</a>
<a class="nav-link" id="contact" href="#">Contact</a>
</nav>
</div>
</div>
</header>
</div>
<div class="container-fluid">
<div class="row d-none d-sm-block">
<section class="images">
<img class="mySlides offset-1 col-10" src="resources/plane1.jpg" height="400px">
<img class="mySlides offset-1 col-10" src="resources/plane2.jpg" height="400px">
<img class="mySlides offset-1 col-10" src="resources/plane3.jpg" height="400px">
<img class="mySlides offset-1 col-10" src="resources/plane4.jpg" height="400px">
</section>
</div>
<div class="filler d-block d-sm-none">
</div>
<div class="container">
<h2>ABOUT US</h2>
<h3>OUR STORY</h3>
<div class="row">
<p>TEAM ARCIS represents the Aero Design club of Dayananda Sagar College of Engineering, Bangalore. TEAM ARCIS was established in 2012. It is the brainchild of three UAV fanatics. We began small but we continue to grow and improve every year.
<br><br>TEAM ARCIS is the official team of the college for the SAE International Aero design Collegiate series. The team's passion for aero designing can be seen in their work, from designing and fabrication of the model airplane, to constructing
and building the radio controlled airplane(rc airplane), then to the final flying phase. Our team regularly competes on an international stage, competing against teams from all over the world, from Germany to China, the USA to Japan.</p>
</div><br><br><br>
<h3>SPONSORS</h3>
<br>
<div class="row">
<p class="col-md-5">SolidWorks is a solid modeling computer-aided design (CAD) and computer-aided engineering (CAE) published by Dassault Systemes. We use SOLIDWORKS for DESIGN, ASSEMBLY and SIMULATION or our RC airplane</p>
<span class="col-md-3"></span>
<img class="col-md-4" src="resources/sponsor1.jpg" width="100%" height="250px">
</div>
<br>
<hr>
<br>
<div class="row">
<img class="col-md-4" src="resources/sponsor2.jpg" width="100%" height="250px">
<span class="col-md-3"></span>
<p class="col-md-5">ANSYS is a Computer-aided engineering software company that publishes engineering analysis software across a range of disciplines including finite element analysis, structural analysis, computational fluid dynamics, explicit and implicit methods,
and heat transfer. We use ANSYS for STRESS ANALYSIS, CFD and CFX.</p>
</div>
</div>
<br><br>
<footer>
<p>"People put themselves in difficult situations in lots of different areas. What you count on is people taking every precaution. The aerospace industry is unique in this aspect because a thousandths-of-an-inch mistake can cause spectacular failures."</p>
<hr>
<div class="row">
<div class="col-12 col-md-2">
<h3>Follow Us</h3>
<div class="row">
<a href="" class="fa fa-facebook-square col-3 col-sm-6 col-xl-3"></a>
<a href="" class="fa fa-linkedin-square col-3 col-sm-6 col-xl-3"></a>
<a href="" class="fa fa-instagram col-3 col-sm-6 col-xl-3"></a>
<a href="" class="fa fa-google-plus col-3 col-sm-6 col-xl-3"></a>
</div>
</div>
<div class="col-12 col-md-4">
<h3>Mail us</h3>
<h4><a href="mailto:[email protected]">Team ARCIS</a></h4>
</div>
<div class="col-12 col-md-6">
<form class="" action="index.html" method="post">
<h3>Stay Connected</h3>
<p>Send us your query and we will get back to you in 24 hours</p>
<div class="row">
<label class="col-10 offset-1 offset-md-0 col-md-5" for="email">Your Email : </label>
<input class="col-10 offset-1 offset-md-0 col-md-6" type="email" name="email" placeholder="[email protected]" required>
</div><br>
<div class="row">
<label class="col-10 offset-1 offset-md-0 col-md-5" for="query">Your Query : </label>
<textarea class="col-10 offset-1 offset-md-0 col-md-6" name="query" rows="4" placeholder="Enter your query here!" required></textarea>
</div><br>
<div class="row justify-content-center">
<input class="btn btn-success col-10 col-md-4" type="submit" name="submit" value="Submit">
</div>
</form>
</div>
<div class="rightbar">
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/slides.js">
</script>
</div>
</body>
</html>