-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond-index.html
More file actions
84 lines (62 loc) · 1.91 KB
/
second-index.html
File metadata and controls
84 lines (62 loc) · 1.91 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDesk</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One|Ubuntu" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<head>
</head>
<section class="home-button">
<button onclick="location.href='index.html'">Home Page</button>
</section>
<section class="first-one">
<h1>Team Members</h1>
<!-- <section class="team-lead">
<p>Logan Reber</p>
</section> -->
</section>
<!-- <section class="middle-section">
<p>Darren Tebo</p>
<p>Tim Shaker</p>
<p>Carlos Alvarez Berrios "Mannie"</p>
<p>Ewa Czech</p>
<p>Karim Boudlal</p>
</section>
<div class="daren">
<p>Darren Tebo</p>
</div> -->
<section class="images">
<div class="select-img">
<h2>Carlos A. Berrios</h2>
<img src="https://ca.slack-edge.com/ESZCHB482-W012JHXJ6H0-8614d63e114c-512">
</div>
<div class="select-img">
<h2> Darren Tebo </h2>
<img src="https://ca.slack-edge.com/ESZCHB482-W012H6S2SAZ-e702d874504e-512">
</div>
<div class="select-img">
<h2>Logan Reber</h2>
<img src="https://ca.slack-edge.com/ESZCHB482-W0138D593DW-aeddeef66ab8-512">
</div>
<div class="select-img">
<h2>Tim Shaker</h2>
<img src="https://ca.slack-edge.com/ESZCHB482-W012X6XUMJM-680a91bed2eb-512">
</div>
<div class="select-img">
<h2>Ewa Czech </h2>
<img src="https://ca.slack-edge.com/ESZCHB482-W012H6PJC4V-41e6f8e300ef-512">
</div>
<div class="select-img">
<h2>Karim Boudlal</h2>
<img src="img\54422616.jpg">
</div>
</section>
<footer>copyright DevDesk © 2020</footer>
</body>