1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
0 |
+#About |
|
1 |
+ |
|
2 |
+ |
|
3 |
+Paper resumes suck. They are inconvenient to carry around. They are boring to read. There are always multiple versions. |
|
4 |
+ |
|
5 |
+I decided to turn my resume into a website to address these concerns. This makes the site easy to access, and it allows linking to various projects. The site is based on the [Spacelab Bootswatch](http://bootswatch.com/), so design is responsive. Storing the site as a public git repository allows version control and a degree of accountability as changes are made. |
|
6 |
+ |
|
7 |
+#Visit |
|
8 |
+ |
|
9 |
+Live at [cv.philipithomas.com](http://cv.philipithomas.com). |
|
10 |
+ |
|
11 |
+#Building Your Own |
|
12 |
+ |
|
13 |
+Feel free to fork this repository and build your own resume. I used a couple basic PHP functions to keep formatting consistent. In addition, I host on Heroku, which is free for small scale and easy to integrate with git. |
|
14 |
+ |
|
15 |
+#Upcoming Improvements |
|
16 |
+ |
|
17 |
+* Modals with further information about companies |
|
18 |
+* Print to PDF function |
|
19 |
+ |
|
20 |
+ |
|
21 |
+ |
|
22 |
+ |