forked from ahsojar/advanced_portfolio_startercode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (30 loc) · 1.04 KB
/
index.html
File metadata and controls
54 lines (30 loc) · 1.04 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
<!--
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>
<!--Title -->
<!-- Your CSS -->
<!-- Bootstrap CSS -->
<!-- Fontawesome CSS -->
</head>
<body>
<!-- Nav Bar -->
<!-- Header -->
<!-- Portfolio Grid Section -->
<!-- About Section -->
<!-- Contact Section -->
<!-- Footer -->
<!-- Jquery Script -->
<!--Bootstrap Javascript -->
<!-- Your Javascript -->
</body>
</html>