-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab_02.html
More file actions
81 lines (76 loc) · 2.24 KB
/
lab_02.html
File metadata and controls
81 lines (76 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Lab 2 - Requirements
</title>
<meta charset="UTF-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta "="" content=" width=device-width, initial-scale=1.0" name="viewport" />
<meta content="A guided tour through the fundamentals of Git, HTML, & CSS" name=" description" />
<meta content="#0000ff" name="theme-color" />
<link href="manifest.json" rel="manifest" />
<link href="css/reset.css" media="screen" rel="stylesheet" />
<link href="css/screen.css" media="screen" rel="stylesheet" />
</head>
<body data-lab-id="2">
<a class="skip-to-content" href="#content" tabindex="1">
Skip to content
</a>
<main class="layout">
<nav id="index">
<p class="link-home">
<a href="index.html">
<span>Hack4Impact Starter Pack</span>
</a>
</p>
<button class="link-menu">
Menu
</button>
<nav tabindex="0">
<ol>
</ol>
</nav>
</nav>
<div id="content" tabindex="-1">
<h1 class="lab_title">
<em>Lab 2</em>
Requirements
</h1>
<h2>
Goals
</h2>
<ul>
<li>
Understand the requirements for the Starter Pack
</li>
</ul>
<h2>
Laptop
</h2>
<p>
Before you get started you will need a laptop or computer! A laptop will be used write code, test software, and
access online resources. You'll want to make sure your system meets the minimum requirements below.</p>
<strong>
Operating System
</strong>
<ul>
<li>Windows 10 and 11 (32-bit and 64-bit)</li>
<li>macOS with Apple security update support. This is typically the latest release and the two previous
versions.</li>
</ul>
<strong>
RAM
</strong>
<ul>
<li>4gb or more</li>
</ul>
<p class="note"><strong>Note:</strong> If you have trouble accessing a computer, you can reserve a laptop from <a
href="https://tech.calpoly.edu/services/tech-rentals" target="_blank" rel="noopener">Cal Poly Tech
Rentals</a>!
</p>
</div>
</main>
<script src="js/ui.js" type="text/javascript"></script>
</body>
</html>