-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice.html
More file actions
63 lines (60 loc) · 2.95 KB
/
Copy pathpractice.html
File metadata and controls
63 lines (60 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Is Tech Right For You?</title>
<link rel="stylesheet" href="practice.css">
</head>
<body>
<div class="first-container">
<h1>IS TECH RIGHT FOR YOU?</h1>
<div class="few">Take a few minutes to find out</div>
<a href="" class="minutes">TAKE THE 3-MINUTES QUIZ</a>
</div>
<div class="second-container">
<div id="looking">Haven't found what </div>
<div id="looking">you're looking for?</div> <br><br>
<section class="input-search">
<div class="search1">
<label for="enter-search"></label>
<input type="text" id="enter-search" placeholder="Enter Search Terms">
</div>
<div class="search2">
<!-- <a href="" class="search2">Search</a> -->
<label for="search"></label>
<input type="text" id="search" placeholder="Search">
</div> <br> <br> <br>
</section>
<section class="left-right">
<div class="left">
<div id="resources"><strong>RESOURCES</strong></div>
<hr color="black" width="270px">
<ul>
<li><a href=""><strong>NEW!</strong> TECH Jobs Database </a></li>
<li><a href="">Get The Hired Track </a></li>
<li><a href="">Career Coaching For Skillcrush Students: Here's How it Works</a></li>
<li><a href="">100+ Ways to Learn to Code for Free </a></li>
<li><a href="">11 High-Paying Entry-Level Tech Jobs- No Experience Required </a></li>
<li><a href="">How to Decide Between Being a Web Designer vs. Web Developer</a></li>
<li><a href="">The 15 Essential Front End Developer Skills</a></li>
<li><a href="">9 skills every successful Web Designer Needs</a></li>
</ul>
</div>
<div class="right">
<div id="about-skillcrush"><strong>ABOUT SKILLCRUSH</strong></div>
<hr color="black" width="830px">
<ul>
<li>We're on a mission to support our students—especially those marginalized by gender, race, and/or age—to learn in-demand tech skills and land higher paying and more fulfilling jobs.</li>
<li><a href="">About The Team</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Anti-Racisim Statement</a></li>
<li><a href="">Community Guidelines</a></li>
<li><a href="">Job</a></li>
<li><a href="">Sign In</a></li>
</ul>
</div>
</section>
</div>
</body>
</html>