-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout copy.html
115 lines (108 loc) · 5.66 KB
/
about copy.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
<!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>Document</title>
<link rel="stylesheet" href="sass/main.css">
</head>
<body class="about" style="background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0.7)), url('images/about-bg.jpg');">
<main class="main-content">
<h1 class="visually-hidden">YOU Kaltim</h1>
<!-- Intro-->
<section class="section about__intro" style="background-image: url('images/about-intro-bg.jpg');">
<div class="container">
<div class="section__body">
<div class="row">
<div class="col-md-6">
<h2 class="section__title">The Beginning of
<br>YOU Kaltim.</h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Laboriosam necessitatibus voluptate ex cupiditate numquam ab saepe, explicabo aliquid aperiam fuga minima vero eum perspiciatis non doloremque? Obcaecati ea perferendis sapiente!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects -->
<section class="section">
<div class="container">
<div class="section__body">
<h2 class="section__title">YOU Project</h2>
<div class="projects">
<div class="project" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('images/project-1.jpg');">
<h3 class="project__title">Clean Up
<br>River Day</h3>
</div>
<div class="project" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('images/project-2.jpg');">
<h3 class="project__title">Social
<br>Culture</h3>
</div>
<div class="project" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('images/project-3.jpg');">
<h3 class="project__title">Creative
<br>Art</h3>
</div>
<div class="project" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('images/project-4.jpg');">
<h3 class="project__title">YOU
<br>Talk</h3>
</div>
<div class="project" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('images/project-5.jpg');">
<h3 class="project__title">YOU
<br>Cup</h3>
</div>
<div class="project" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('images/project-6.jpg');">
<h3 class="project__title">Your
<br>Choice</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Teams-->
<div class="section">
<div class="container">
<div class="section__body">
<h2 class="section__title">Meet Our Team</h2>
<div class="teams">
<div class="team">
<img src="images/team-1.jpg" alt="" class="team__image">
<h3 class="team__name">Team 1</h3>
</div>
<div class="team">
<img src="images/team-2.jpg" alt="" class="team__image">
<h3 class="team__name">Team 2</h3>
</div>
<div class="team">
<img src="images/team-3.jpg" alt="" class="team__image">
<h3 class="team__name">Team 3</h3>
</div>
<div class="team">
<img src="images/team-4.jpg" alt="" class="team__image">
<h3 class="team__name">Team 4</h3>
</div>
<div class="team">
<img src="images/team-5.jpg" alt="" class="team__image">
<h3 class="team__name">Team 5</h3>
</div>
<div class="team">
<img src="images/team-6.jpeg" alt="" class="team__image">
<h3 class="team__name">Team 6</h3>
</div>
<div class="team">
<img src="images/team-7.jpg" alt="" class="team__image">
<h3 class="team__name">Team 7</h3>
</div>
<div class="team">
<img src="images/team-8.jpg" alt="" class="team__image">
<h3 class="team__name">Team 8</h3>
</div>
</div>
</div>
</div>
</div>
</main>
<script src="js/jquery.js"></script>
<script src="js/slick.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>