diff --git a/pages/about.html b/pages/about.html index b4ae215c4..a0cc69a6a 100644 --- a/pages/about.html +++ b/pages/about.html @@ -4,9 +4,23 @@ + Document - +
+ More about Mary Tian +
+

+ I live in Colorado and I enjoy snowboarding. +

+ + \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index b4ae215c4..006f505e8 100644 --- a/pages/index.html +++ b/pages/index.html @@ -4,9 +4,10 @@ + Document - +Mary Tian \ No newline at end of file diff --git a/pages/indexstyles.css b/pages/indexstyles.css new file mode 100644 index 000000000..e69de29bb diff --git a/pages/istockphoto-1184370791-170667a.jpeg b/pages/istockphoto-1184370791-170667a.jpeg new file mode 100644 index 000000000..8ce65e909 Binary files /dev/null and b/pages/istockphoto-1184370791-170667a.jpeg differ diff --git a/pages/portfolio.html b/pages/portfolio.html index b4ae215c4..93e9be387 100644 --- a/pages/portfolio.html +++ b/pages/portfolio.html @@ -4,9 +4,40 @@ + Document - +
+ Task List API: + https://github.com/Ada-C16/task-list-api.git + +

+ There's so much we want to do in the world! When we organize our goals into smaller, bite-sized tasks, we'll be able to track them more easily, and complete them! +

+

+If we make a web API to organize our tasks, we'll be able to create, read, update, and delete tasks as long as we have access to the Internet and our API is running! +

+We also want to do some interesting features with our tasks. We want to be able to: +

+Sort tasks +Mark them as complete +Get feedback about our task list through Slack +Organize tasks with goals +

+
+ +programmer sitting at computer icon + +
+ Retro Video Store API: + https://github.com/Ada-C16/retro-video-store.git + + +

+ Once upon a time in ye olden days to watch a movie a person had to head down to their local video store and rent a video. We are going to step into the shoes of this old timey retro video store owner and build for ourselves a Video Store API to handle the back end. +

+
+ \ No newline at end of file diff --git a/pages/styles.css b/pages/styles.css new file mode 100644 index 000000000..ca20b8d8c --- /dev/null +++ b/pages/styles.css @@ -0,0 +1,6 @@ +h2 {color: green} + +div {background-color: honeydew; + display: flex} + +div.firstclass {background-color: hotpink}