-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
162 lines (134 loc) · 6.88 KB
/
about.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Lato:400,700'>
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Ubuntu:400,700'>
-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./style/style.css">
<title>Capstone Module 1 - About</title>
</head>
<body>
<div class="bg-dark text-light mobile-destroy">
<ul class="navbar-nav d-flex flex-row me-5">
<li class="nav-item me-1"><img class="bar-logo" src="./assets/facebook.svg" alt="facebook logo"></li>
<li class="nav-item me-3"><img class="bar-logo" src="./assets/twitter.svg" alt="twitter logo"></li>
<li class="nav-item me-1">English</li>
<li class="nav-item me-1">My page</li>
<li class="nav-item me-1">Logout</li>
</ul>
</div>
<header>
<!--Navbar main-->
<nav class="navbar navbar-expand-lg navbar-light bg-light shadow-sm">
<div class="container-fluid ">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<a class="navbar-brand" href="./index.html">Global Developing Contest</a>
<button class="navbar-closer mobile-visible" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent">✕</button>
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Program</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Join</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Sponsor</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">News</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="text-dark">
<!--FIRST DIV LIGHT-->
<div class="p-2 ps-3 div-light-bg">
<h2 class="text-primary mt-5 pb-3 mobile-visible">"Hello! Developers"</h2>
<div class="text-container-center">
<h1 class="text-primary fw-bold fs-1 pb-3 text-element-center">SOFTWARE DEVELOPING CONTEST 2021</h1>
<div class="card bg-secondary border-1 mw-60vh">
<div class="card-body">
A friendly competition celebrated in Mexico, participating countries all over the world, this december 2021
</div>
</div>
<br>
<p class="text-center mw-50vh">Feel free to contact us per Email for any further questions about this amazing event at <a class="text-black" href="mailto:[email protected]">[email protected]</a> </p>
</div>
</div>
<!--SECOND DIV light-->
<div class="bg-light p-2 text-dark ms-0 me-0 text-center border-bottom">
<h2 class="text-center">Developing Contest Global WINNER 2020</h2>
<hr>
<p>The winner of Developing Contest Global 2020 was decided trough 3 challenges selected by the referees</p>
<div class="card">
<br>
<h2>South Korea</h2>
<p>1st place winner 2020</p>
</div>
</div>
<!--div 3 light-->
<div class="bg-light text-dark p-2">
<h2 class="text-center">See the past Developing Contest Global winners</h2>
<hr>
<p class="text-center"> Take a look at the last two developing contest global winner, celebrated in Rio do Janeiro and in Vienna</p>
<div class="presenters">
<div class="card text-center hero-image text-light mb-2 tw-400">
<div class="card-body hero-div">
<h3 class="card-title mt-2">2019</h3>
<h6 class="card-subtitle mb-2">Winner: Japan</h6>
<p class="card-text mb-2">Location: Brazil</p>
</div>
</div>
<div class="card text-center hero-image text-light mb-2 tw-400">
<div class="card-body hero-div">
<h3 class="card-title mt-2">2019</h3>
<h6 class="card-subtitle mb-2">Winner: Japan</h6>
<p class="card-text mb-2">Location: Brazil</p>
</div>
</div>
</div>
</div>
<!--div 4 dark-->
<div class="bg-dark text-light text-center">
<br>
<h2>Partner</h2>
<hr>
<div class="d-flex flex-wrap justify-content-center">
<h2 class="m-2">mozilla</h2>
<h2 class="m-2">Microsoft</h2>
<h2 class="m-2">Google</h2>
<h2 class="m-2">Alex Dev</h2>
<h2 class="m-2">Udemy</h2>
</div>
<br>
</div>
<br>
<!--footer light-->
<footer class="bg-light text-dark">
<div class="footer-info">
<div class="me-2 footer-logo">
<img class="me-1 logo" src="./assets/Logo.svg" alt="alex dev logo">
</div>
<div>
<p><small>2021 Alex Dev Mexico. All Rights Reserved</small></p>
<p class="mobile-hidden"><small>Alex Dev company, is a non-profit company, for any purpose related to this, please contact [email protected]</small></p>
</div>
</div>
</footer>
</main>
<!--<script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
</body>
</html>