-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (23 loc) · 828 Bytes
/
index.html
File metadata and controls
38 lines (23 loc) · 828 Bytes
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
<!--
Class 1:
1.1 Wireframe your project
1.2 Fork and clone the repo and set up your project workspace
Class 2:
2.1 Link your files in the head of the docment Add a Nav Bar to your site - It should have three links (Portfolio, About, and Contact)
2.2 Add a div for each section. Within section add a contatiner div with the appropriate number of rows and columns
Class 3:
3.1 Add thumbnails and other custom component (button, modal, font) using bootstrap Documentation
3.2 Add CSS and add your site to gh-pages
-->
<!DOCTYPE html>
<head>
</head>
<body>
<!-- Nav Bar -->
<!-- Header -->
<!-- Portfolio Grid Section -->
<!-- About Section -->
<!-- Contact Section -->
<!-- Footer -->
</body>
</html>