-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmitlcn.html
59 lines (48 loc) · 3.72 KB
/
mitlcn.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
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS - Includes Bootstrap -->
<link href="css/creative.min.css" rel="stylesheet">
<link href="css/new.css" rel="stylesheet">
<div class="xnavBar">
<ul class="smooth-scroll" style="padding: 0px; width: 100%">
<a href="#oops"><button class="xnavBarBtn" id="">Media</button></a>
<a href="#oops"><button class="xnavBarBtn" id="">Get Started</button></a>
<a href="#lrn"><button class="xnavBarBtn" id="">Learning</button></a>
<span class="dropdown">
<button class="xnavBarBtn" type="button" id="dropdownMenuButton5" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Discover
</button>
<div class="dropdown-menu" style="width: max-content; outline:none; border: none; padding: 0px; background-color: transparent" aria-labelledby="dropdownMenuButton5">
<a class="xnavBarBtn" href="#oops">MEE Faculty</a><br>
<a class="xnavBarBtn" href="#oops">Our team</a><br>
<a class="xnavBarBtn" href="#oops">How do we work</a><br>
</div>
</span>
<a href="#oops"><button class="xnavBarBtn" id="">Organizers Editorial</button></a>
<a href="#sponsor_edit"><button class="xnavBarBtn" id="">Sponsor's Editorial</button></a>
<a href="#contact"><button class="xnavBarBtn" id="">Contact</button></a>
<p id="titler" class="navBarCaption" style="font-size: 17px; padding-top: 3px">Sponsor for 2020: Faculty of Mechanical Engineering - Alfurat University</p>
</ul>
</div>
<div style="margin-top: 10vh;">
<a href="index.html"><button class="mainBtn" style="position: fixed; float:left; margin-top: 200px; margin-left: 180px" id="back2"> < Back</button></a>
<center>
<table style="width: 70vw; text-align: left">
<tr>
<td style="vertical-align: text-top;">
<img style="width: 200px;" src="./img/mit.jpg" alt="">
</td>
<td style="padding-left: 10px;">
Copyright (YEAR) Robotics & AI Lab <br><br>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<br><br>
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
<br><br>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</td>
</tr>
</table>
</center>
</div>