-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (109 loc) · 6.26 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Code+Pro&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6037c81e7c.js" crossorigin="anonymous"></script>
<title>DES & DES Demo</title>
</head>
<body>
<div class="container-fluid">
<main class="main-body container-fluid">
<div class="px-4 py-25 my-5 text-center">
<h1 class="display-5 fw-bold text-light">DES & DES Demo</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4 text-light">Dev/Des Bootcamp powered by Google Developer Students Club and Genesys Campus Club AE-FUNAI</p>
</div>
</div>
</main>
<div id="show-area" class="show-area container py-5">
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card">
<img src="./assets/bg.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Team 1</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class=" gap-2 d-sm-flex justify-content-sm-center btn-div">
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Live <i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Code <i class="fa fa-github"></i>
</button>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="./assets/bg.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Team 2</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class=" gap-2 d-sm-flex justify-content-sm-center btn-div">
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Live <i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Code <i class="fa fa-github"></i>
</button>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="./assets/bg.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Team 3</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.
</p>
</div>
<div class=" gap-2 d-sm-flex justify-content-sm-center btn-div">
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Live <i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Code <i class="fa fa-github"></i>
</button>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="./assets/bg.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Team 4</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
<div class=" gap-2 d-sm-flex justify-content-sm-center btn-div">
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Live <i class="fa fa-eye"></i>
</button>
<button type="button" class="btn btn-primary btn-lg px-4 gap-3"> Code <i class="fa fa-github"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<footer class="footer mt-auto py-1 bg-dark text-center">
<div class="container">
<span class="text-muted"> Dev/Des Bootcamp © 2021
</footer>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous">
</script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous">
</script>
</body>
</html>