Selaa lähdekoodia

added read me

Nhu Nguyen 5 vuotta sitten
commit
e93737cb04
1 muutettua tiedostoa jossa 32 lisäystä ja 0 poistoa
  1. 32
    0
      README.md

+ 32
- 0
README.md Näytä tiedosto

@@ -0,0 +1,32 @@
1
+## Portfolio
2
+
3
+## About
4
+In this lab, you will build your own portfolio. This is something you can show to
5
+the employer at the end of the cohort (if you do it well). You can start from scratch
6
+or pick a template from the link below (any link that has layout). It should have the following:
7
+
8
+- About me (information about yourself, hobbies, work history.....life stories, whatever you want)
9
+- Resume
10
+
11
+This could be one page or multiple page.
12
+
13
+If you want to set up a blog or tutorial, you can use [Jekyll](https://jekyllrb.com/) to build your website.
14
+
15
+## Publishing
16
+
17
+1. Follow this [instruction](https://pages.github.com/) to publish a page
18
+
19
+
20
+## Your portfolio URL
21
+Once you publish your webpage, add your URL here and submit a PR.
22
+
23
+[your portfolio's url]
24
+
25
+
26
+## Resources
27
+- [HTML5 - Layout](https://html5up.net/)
28
+- [ZeroTheme - Layout ](https://www.zerotheme.com/)
29
+- [The Wagon - Layout](https://themewagon.com/theme_tag/free/)
30
+- [Bootstrap - Style](http://getbootstrap.com/)
31
+- [MDN CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
32
+- [W3schools CSS](https://www.w3schools.com/cssref/default.asp)