From 540a85b66ac9af7a6a49aa90dd925aab3506d3dd Mon Sep 17 00:00:00 2001 From: Jessica Date: Mon, 21 Nov 2022 14:27:55 -0800 Subject: [PATCH 1/7] Modified wave 1 --- pages/about.html | 21 +++++++++++++++++++-- pages/index.html | 16 +++++++++++++++- pages/portfolio.html | 28 +++++++++++++++++++--------- 3 files changed, 53 insertions(+), 12 deletions(-) diff --git a/pages/about.html b/pages/about.html index b4ae215c4..2fbafa56c 100644 --- a/pages/about.html +++ b/pages/about.html @@ -4,9 +4,26 @@ - Document + About Me - +

My interests

+ A femme presenting person reading a book +

In my free time I enjoy learning about the history of health care, and how socialization has impacted the history of multiple countries.

+

My background

+ Image of 20 hands of diffrent complextions in a circle. In the circle there are numbers, objects like apples, musical notes, lab flasks and many more objects. +

Before Ada Developers Academy I had worked in K-16 education system. I knew I enjoyed working with people, sharing my knowldge. I saw coding as an oppertunity to one day be able to share my knowldge with community and create visablity to people who also identify as a nontraditional backgrounds in Software Engineering. To allow people know their is space for everyone because software engineering is everywhere!

+ +
+
+

Jessica Edith Ambriz-Madrigal contact information

+

Image of an envelope that has diffrent colors of each side of an envelope.

+

linkedin logo

+
+
\ No newline at end of file diff --git a/pages/index.html b/pages/index.html index b4ae215c4..94ca4a188 100644 --- a/pages/index.html +++ b/pages/index.html @@ -7,6 +7,20 @@ Document - +
+
+ +
+
+
+ +
\ No newline at end of file diff --git a/pages/portfolio.html b/pages/portfolio.html index b4ae215c4..67a8a2d9b 100644 --- a/pages/portfolio.html +++ b/pages/portfolio.html @@ -1,12 +1,22 @@ - - - - - Document - - - - + + + + + Document + + + +
+ +
+ \ No newline at end of file From 870d21e442cf5f9ce9c5c5988e76391146ec4eab Mon Sep 17 00:00:00 2001 From: Jessica Date: Mon, 21 Nov 2022 14:56:28 -0800 Subject: [PATCH 2/7] Modified wave 1 --- pages/about.html | 34 +++++++++++++++++++++------------- pages/index.html | 2 -- pages/portfolio.html | 1 + 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/pages/about.html b/pages/about.html index 2fbafa56c..1d33d9e16 100644 --- a/pages/about.html +++ b/pages/about.html @@ -7,23 +7,31 @@ About Me -

My interests

- A femme presenting person reading a book -

In my free time I enjoy learning about the history of health care, and how socialization has impacted the history of multiple countries.

-

My background

- Image of 20 hands of diffrent complextions in a circle. In the circle there are numbers, objects like apples, musical notes, lab flasks and many more objects. -

Before Ada Developers Academy I had worked in K-16 education system. I knew I enjoyed working with people, sharing my knowldge. I saw coding as an oppertunity to one day be able to share my knowldge with community and create visablity to people who also identify as a nontraditional backgrounds in Software Engineering. To allow people know their is space for everyone because software engineering is everywhere!

- -
+
+ + +
+

My interests

+ A femme presenting person reading a book +

In my free time I enjoy learning about the history of health care, and how socialization has impacted the history of multiple countries.

+
+ +
+

My background

+ Image of 20 hands of diffrent complextions in a circle. In the circle there are numbers, objects like apples, musical notes, lab flasks and many more objects. +

Before Ada Developers Academy I had worked in K-16 education system. I knew I enjoyed working with people, sharing my knowldge. I saw coding as an oppertunity to one day be able to share my knowldge with community and create visablity to people who also identify as a nontraditional backgrounds in Software Engineering. To allow people know their is space for everyone because software engineering is everywhere!

+
+ +

Jessica Edith Ambriz-Madrigal contact information

Image of an envelope that has diffrent colors of each side of an envelope.

linkedin logo

-
+ \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index 94ca4a188..647c398a0 100644 --- a/pages/index.html +++ b/pages/index.html @@ -7,7 +7,6 @@ Document -
-
+
+
+

My interests

+ A femme presenting person reading a book +

In my free time I enjoy learning about the history of health care, and how socialization has impacted the history of multiple countries.

+
+ +
+

My background

+ Image of 20 hands of diffrent complextions in a circle. In the circle there are numbers, objects like apples, musical notes, lab flasks and many more objects. +

Before Ada Developers Academy I had worked in K-16 education system. I knew I enjoyed working with people, sharing my knowldge. I saw coding as an oppertunity to one day be able to share my knowldge with community and create visablity to people who also identify as a nontraditional backgrounds in Software Engineering. To allow people know their is space for everyone because software engineering is everywhere!

+
+
+

Jessica Edith Ambriz-Madrigal

+ \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index c8799c8f2..2960aa2ac 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,33 +1,27 @@ - + Home - - -
-

Jessica Edith Ambriz-Madrigal

-
- - - + + +
+
+ + + +
+ +
+ \ No newline at end of file diff --git a/pages/style.css b/pages/style.css index df717dd8e..c132df115 100644 --- a/pages/style.css +++ b/pages/style.css @@ -1,5 +1,4 @@ -/* This modifies the rectangle at the top uses flexbox*/ .container { width: 500px; display: flex; @@ -34,15 +33,12 @@ h1{ align-items: center; } - -/* This modifies the headers that talks present projects, intrests and background */ h3 { font-size: 2rem; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color : rgb(192, 192, 255); } -/* This modifys my name near the contact information */ h4 { font-size: 1rem; font-family: cursive; @@ -50,13 +46,10 @@ h4 { } -/*This photo size */ img { width: 65% ; } - -/* This holds the grid information */ .item1 { grid-area: header;} .item2 { grid-area: menu; } .item3 { grid-area: main; }