diff --git a/.DS_Store b/.DS_Store index 7185ecf..d14e830 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/basic-site.css b/css/basic-site.css index 2ff378c..400f289 100644 --- a/css/basic-site.css +++ b/css/basic-site.css @@ -1,9 +1,12 @@ html, body { - padding:0; margin:0; height:1120px; + margin: 0 auto; + height: 100%; + scroll-behavior: smooth; + /*background-image: url("../img/back.jpg"); background-size: 100%;*/ } - + @media (min-width: 320px){ div .text{ top: 70px; @@ -62,60 +65,102 @@ h2{ color: whitesmoke; } - -.row-one{ - display: flex; - justify-content: center; -} - .me img{ - width: 350px; + width: 300px; height: auto; border-radius: 50%; - margin: 50px 5px; - /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ + margin-top: 15px; + padding: 5px; + display: block; + margin-left: auto; + margin-right: auto; + } p{ font-family: 'Open Sans', sans-serif; - font-weight: lighter; - font-size: 20px; - margin-top: 60px; - margin-left: 30px; - margin-right: 30px; - margin-bottom: 10px; - text-indent: 50px; - padding: 5px; - max-width: 490px; - min-width: 200px; - max-height: 500px; + font-weight: bold; + max-width: 500px; + min-width: 350px; + width: 50%; + text-indent: 5%; } -.row-one{ +.one{ display: flex; justify-content: center; } - -ul li{ - list-style: circle; +h3{ + flex-direction: row; + text-align: center; + font-family: 'Open Sans', sans-serif; + font-weight: bolder; + font-size: 35px; + margin: 0 auto; + color: #5c0553; } - - - - - - +.two{ + display: flex; + justify-content: center; +} +ul li{ + font-family: 'Open Sans', sans-serif; + font-weight: bold; + font-size: 19px; + width: 50%; + +} +hr{ + width: 50%; +} +.three{ + display: flex; + justify-content: center; +} +a:visited{ + color: black; + text-decoration: none; +} +a:hover{ + color:#0f0029; + +} +a{ + position: relative; + color: #000; + text-decoration: none; +} +a:before{ + content: ""; + position: absolute; + width: 100%; + height: 2px; + bottom: 0; + left: 0; + background-color: #000; + visibility: hidden; + -webkit-transform: scaleX(0); + transform: scaleX(0); + -webkit-transition: all 0.3s ease-in-out 0s; + transition: all 0.3s ease-in-out 0s; +} +a:hover:before { + visibility: visible; + -webkit-transform: scaleX(1); + transform: scaleX(1); + } footer{ - position: fixed; + overflow: hidden; + width: 100%; bottom: 0; - left: 0; - right: 0; background-color: #0f0029; color: white; text-align: center; font-family: 'Open Sans', sans-serif; + margin-top: 20px; + -} +} \ No newline at end of file diff --git a/index.html b/index.html index f6eebda..8fd7bbd 100755 --- a/index.html +++ b/index.html @@ -18,36 +18,42 @@ - -
-
- picture of Mahnoor -
-

I’m currently an undergraduate enrolled in the Digital Media and Design program at the University of Connecticut. I was born and raised in Meriden, Connecticut. I have always been an artistic child growing up and throughout high school, I was eager to take every possible art and digital technology course offered to me including digital imaging, web design, video production, ceramics and advanced photography. - I would describe my personal style as vibrant, bold and festive. My artistic statement for most of my work pays attention to detail as I am especially inspired by abstract art. -

- -

My Interests

-

My Favorite Websites:

- + +

My Favorite Websites:

+
+ +
+ + \ No newline at end of file diff --git a/week-2/.DS_Store b/week-2/.DS_Store index 92152ac..144b99b 100644 Binary files a/week-2/.DS_Store and b/week-2/.DS_Store differ diff --git a/week-2/Screen Shot 2020-02-02 at 6.14.52 PM.png b/week-2/Screen Shot 2020-02-02 at 6.14.52 PM.png new file mode 100644 index 0000000..c92404b Binary files /dev/null and b/week-2/Screen Shot 2020-02-02 at 6.14.52 PM.png differ diff --git a/week-2/Screen Shot 2020-02-02 at 7.07.58 PM.png b/week-2/Screen Shot 2020-02-02 at 7.07.58 PM.png new file mode 100644 index 0000000..f63bf88 Binary files /dev/null and b/week-2/Screen Shot 2020-02-02 at 7.07.58 PM.png differ