From 2dcfb4822d3bc39a499c1e74b44e21154748a058 Mon Sep 17 00:00:00 2001 From: Amatullah Brown Date: Thu, 19 Nov 2020 15:58:56 -0500 Subject: [PATCH 1/3] need to update for mobile first --- contact.html | 58 ++++++++++++++++++++++++++++++++++++++++ resume.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+) create mode 100644 contact.html create mode 100644 resume.html diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..d0cd517 --- /dev/null +++ b/contact.html @@ -0,0 +1,58 @@ + + + + + + Contact Me + + + +
+ Home +
+

Contact Me

+
+ + + + + + + + + + + + + +
First Name Last Name
Phone Number Phone Type + +
Email + + +
+ + + + + +
+ + \ No newline at end of file diff --git a/resume.html b/resume.html new file mode 100644 index 0000000..8ab3509 --- /dev/null +++ b/resume.html @@ -0,0 +1,75 @@ + + + + + + Amatullah Brown's Resume + + + +

Amatullah Brown

+

Objective

+

I am a linguist by training, fluent in French and English and conversational in Arabic. I am currently studying to become a Full Stack Web Developer. I am interested in combining my interest in languages and computer science and potentially working in natural language processing.

+

Work Experience

+ +

Education

+ +

Skills

+ + Linkedin Profile
+ Image of Amatullah Brown + Contact Me + + \ No newline at end of file From b8297971f183bbd74a7759f62e784288a60920f9 Mon Sep 17 00:00:00 2001 From: Amatullah Brown Date: Mon, 23 Nov 2020 00:22:48 -0500 Subject: [PATCH 2/3] still working on adaptive css --- contact.html | 113 ++++++++++++++++++++++++++++++++++++++++++++------- resume.html | 23 ++++++++--- 2 files changed, 115 insertions(+), 21 deletions(-) diff --git a/contact.html b/contact.html index d0cd517..d1c1b73 100644 --- a/contact.html +++ b/contact.html @@ -8,37 +8,103 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } - @media (max-width: 610;) { - td { + + @media (max-width: 750) { + /* table{ + display:block; + float:left; + clear:both; + } + tr,td{ + display: block; + + } + td{ + width: 50%; + float: left; + } + td.second{ + width:100%; + float:left; + clear:both + } */ + /* td { float: left; display: inline-block; + } */ + table tr th:nth-child(2), + .second { + clear: both; + visibility: hidden; } - td:nth-child(2) { - clear: both; /*this isnt working...guess i need to watch a video*/ - } - } + } /*this isnt working for some reason*/
Home
-

Contact Me

-
+ + +

Contact Me

+ - - + + - - + + + - + + + + + + +
First Name Last Name
+ + + + + +
Phone Number Phone Type + + + + + Phone Type + + -
Email + + +
+ Interest for Contacting + + + + + + +
+ + +
- + diff --git a/resume.html b/resume.html index 8ab3509..ebbca81 100644 --- a/resume.html +++ b/resume.html @@ -7,7 +7,7 @@ @@ -47,95 +37,40 @@

Contact Me

- - - - - - - - - - - - - - - - - - - - -
- - - - - -
- - - - Phone Type - - - - -
- - - - - -
- Interest for Contacting - - - - - - -
- - -
+
+ +

+ +

+ +

+ + + + +

+ +

+
+
+ +

+ + + + + + +

+
+

+
- - -
\ No newline at end of file