-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (115 loc) · 5.1 KB
/
Copy pathindex.html
File metadata and controls
117 lines (115 loc) · 5.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="./style.css">
<title>Frontend Mentor | [Challenge Name Here]</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 0.6875rem; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<div class="container">
<div class="card">
<div class="card-daniel">
<div class="intro">
<p>
<img src="./images/image-daniel.jpg" alt="Daniel Clifford"> Daniel Clifford <br>Verified Graduate
</p>
</div>
<div class="sub-intro">
<h2>
I received a job offer mid-course, and the subjects I learned were current, if not more so, in the company I joined. I honestly feel I got every penny’s worth.
</h2>
<img src="./images/bg-pattern-quotation.svg" alt="quotation marks">
</div>
<div class="main-text">
<p>
“ I was an EMT for many years before I joined the bootcamp. I’ve been looking to make a transition and have heard some people who had an amazing experience here. I signed up for the free intro course and found it incredibly fun! I enrolled shortly thereafter. The next 12 weeks was the best - and most grueling - time of my life. Since completing the course, I’ve successfully switched careers, working as a Software Engineer at a VR startup. ”
</p>
</div>
</div>
<div class="card-jonathan">
<div class="intro">
<p>
<img src="./images/image-jonathan.jpg" alt="Jonathan Williams"> Jonathan Williams <br>Verified Graduate
</p>
</div>
<div class="sub-intro">
<h2>
The team was very supportive and kept me motivated.
</h2>
<img src="./images/bg-pattern-quotation.svg" alt="quotation marks">
</div>
<div class="main-text">
<p>
“ I started as a total newbie with virtually no programming experience, and I’m proud to say I made it through the course. The instructors were excellent and the curriculum was well-structured. I now have a solid foundation in web development and am confident in my ability to build modern, responsive websites. ”
</p>
</div>
</div>
<div class="card-kira">
<div class="intro">
<p>
<img src="./images/image-kira.jpg" alt="Kira Whittle"> Kira Whittle <br>Verified Graduate
</p>
</div>
<div class="sub-intro">
<h2>
Such a life-changing experience. Highly recommended!
</h2>
<img src="./images/bg-pattern-quotation.svg" alt="quotation marks">
</div>
<div class="main-text">
<p>
“ I was not sure I would be able to make it through the course until I started working on the projects. The instructors were always available to help, and the community was incredibly supportive. I’m now working as a Software Engineer at a tech company and couldn’t be happier with the career change. ”
</p>
</div>
</div>
<div class="card-jeanette">
<div class="intro">
<p>
<img src="./images/image-jeanette.jpg" alt="Jeanette Harmon"> Jeanette Harmon <br>Verified Graduate
</p>
</div>
<div class="sub-intro">
<h2>
An overall wonderful and rewarding experience.
</h2>
<img src="./images/bg-pattern-quotation.svg" alt="quotation marks">
</div>
<div class="main-text">
<p>
“ Thank you for the wonderful experience! I now have a job I really love, and make a good living while doing something I enjoy. ”
</p>
</div>
</div>
<div class="card-patrick">
<div class="intro">
<p>
<img src="./images/image-patrick.jpg" alt="Patrick Abrams"> Patrick Abrams <br>Verified Graduate
</p>
</div>
<div class="sub-intro">
<h2>
This course gave me the skills and confidence to land my first job as a software engineer.
</h2>
<img src="./images/bg-pattern-quotation.svg" alt="quotation marks">
</div>
<div class="main-text">
<p>
“ I was hesitant to switch careers, but the instructors made the process seamless. The curriculum was up-to-date and relevant to the industry. I’m now working as a Software Engineer at a startup and couldn’t be more excited about my new career path. ”
</p>
</div>
</div>
</div>
</div>
<footer class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge">Frontend Mentor</a>.
Coded by <a href="https://github.com/RedheadedProgrammer">@RedheadedProgrammer</a>.
</footer>
</body>
</html>