-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (116 loc) · 5.24 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
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>index</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<!--Navbar Section -->
<!--<div class="navbar">
<div class="flower"><img src="res/logo-GMC-white.png" alt="My_Plan_B" width="50" height="50"></div>
<div class="items">
<div class="items"> <a href="index.html">HOME </a></div>
<div class="items"><a href="Courses.html">COURSES</a></div>
<div class="items"><a href="Contact.html">CONTACT</a> </div>
</div>
</div>-->
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<img src="res/logo-GMC-white.png" alt="My_Plan_B" width="50" height="50">
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="Courses.html">COURSES</a></li>
<li><a href="Contact.html">CONTACT</a></li>
</ul>
<!-- <ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul> -->
</div>
</nav>
<!-- Main Section -->
<div class="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="res/5cd9f73e0a79c.png" alt="Los Angeles">
<div class="carousel-caption">
<h3>Dev Web</h3>
<p>I love You</p>
</div>
</div>
<div class="item">
<img src="res/1_LzxEGZa4xDOFc7Ch67Iprg.jpeg" alt="Chicago" width="1500" height="720">
<div class="carousel-caption">
<h3>Los Angeles</h3>
<p>LA is always so much fun!</p>
</div>
</div>
<div class="item">
<img src="res/carsol4.jpg" alt="New York" width="1500" height="720">
<div class="carousel-caption">
<h3>Chicago</h3>
<p>Thank you, Chicago!</p>
</div>
</div>
<div class="item">
<img src="res/carsol.jpg" alt="New York" width="1500" height="720">
<div class="carousel-caption">
<h3>New York</h3>
<p>We love the Big Apple!</p>
</div>
</div>
<div class="item">
<img src="res/D5FucxVUYAAVJ3I.png" alt="New York" width="1500" height="720">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<center>
<h1>Courses</h1>
<img src="res\index_img1.png">
<img src="res\index_img2.png">
<img src="res\index_img3.png">
<a href="Courses.html">
<h3>view more...</h3>
</a>
<h2>More about GoMyCode:</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/MkLog_27S6U" frameborder="0" allow="accelerometer; autoplay;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</div><br></div>>
<!-- Footer Section -->
<div class="footer">
<h4>GoMyCode Hackerspace, Immeuble NEO,ème étage,</h4>
<h4>Rue du lac lochness, Berges du Lac1,</h4>
<h4> 00216 31 314 570 ,</h4>
<h4> @gomycode.com</h4>
</div>
</body>
</html>