-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.html
More file actions
34 lines (34 loc) · 1.26 KB
/
values.html
File metadata and controls
34 lines (34 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Codeup's Core Values</title>
<link rel="stylesheet" href="css/values.css">
</head>
<body>
<main>
<section id="codeupValues">
<img src="https://750092.smushcdn.com/1449913/wp-content/uploads/2018/08/logo.png" alt="" id="codeupLogo">
<h1>Codeup's Core Values</h1>
<p>These are extremely important to us. These core values are the foundation of how we do business, how we conduct ourselves and how we interact with each other. We look to these core values as guidance when making decisions and developing strategies to fulfill our mission.</p>
<p>What do these values mean to you?</p>
</section>
<section class="values" id="BH">
<h2>Be Helpful</h2>
<p>Help... when you can</p>
</section>
<section class="values" id="CIG">
<h2>Cultivate Inclusive Growth</h2>
<p>Build people up... when u can</p>
</section>
<section class="values" id="DE">
<h2>Deliver Excellence</h2>
<p>Bring 100% every day...when u can</p>
</section>
<section class="values" id="AWI">
<h2>Act with Integrity</h2>
<p>Do right even when no one is watching....when u can</p>
</section>
</main>
</body>
</html>