-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.awards.partial.html
More file actions
38 lines (37 loc) · 1.09 KB
/
Copy pathindex.awards.partial.html
File metadata and controls
38 lines (37 loc) · 1.09 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
<!--Oleksandr Dmukhovskyi-->
<section class=" awards_background ">
<header class="awards__info">
<div class="awards__info__icon aqualung-mask__icon">
<img src="img/global/diving-mask.svg" alt="diving mask" />
</div>
<div class="awards__description">
<h2>Awards</h2>
</div>
</header>
<div class="awards__list">
<div class="awards__image">
<img
src="img/index/awards/francis_award.png"
alt="underwater divers exploring fish filled ruins"
/>
</div>
<div class="awards__image">
<img
src="img/index/awards/stanford_award.png"
alt="colorful coral reef underwater"
/>
</div>
<div class="awards__image">
<img
src="img/index/awards/cliffview_award.png"
alt="clownfish swimming in sea anemone habitat"
/>
</div>
<div class="awards__image">
<img
src="img/index/awards/jefferson_award.png"
alt="scuba diver exploring coral reef with tropical fish"
/>
</div>
</div>
</section>