diff --git a/01week/helloworld/index.html b/01week/helloworld/index.html index e69de29bb2..61aab717df 100644 --- a/01week/helloworld/index.html +++ b/01week/helloworld/index.html @@ -0,0 +1,11 @@ + + + + + + First site + + +

Hello World!

+ + \ No newline at end of file diff --git a/01week/resume/css/style.css b/01week/resume/css/style.css index e69de29bb2..1cfc8b9e63 100644 --- a/01week/resume/css/style.css +++ b/01week/resume/css/style.css @@ -0,0 +1,101 @@ +body { + background-color: black; + text-align: center; + margin: 80px; +} +nav { + color: white; + text-align: center; + font-size: 13px; + font-family: Arial, Helvetica, sans-serif; + padding-top: 20px; + padding-bottom: 20px; + } + + ul { + list-style-type: none; + margin: 0px; + padding: 0px; + overflow: hidden; + background-color: none; + } + +li { + display: inline; + padding: 8px; +} +nav a { color: white;} +a:link { text-decoration: none;} +a:visited {text-decoration: none;} +a:hover {text-decoration: none; color: red;} +a:active { text-decoration: underline; } + + +body { + text-align: center; + font-family: Arial, Helvetica, sans-serif; + padding-top: 15px; + } + +h1 { color:white; + text-align: center; + font-size: 50px; + font-family: Arial, Helvetica, sans-serif; + padding-top:5px;} + +p { font-size: 15px; + font-family: Arial, Helvetica, sans-serif; + text-align: left; + color: white; + line-height: 35px} + +.content { + padding: 0px; + clear: left; + margin: 0px; + } + .content p { + -webkit-column-count: 2; + -webkit-column-gap: 60px; + -webkit-column-rule: 3px solid #ccc; + text-align: left;} + +h2 { color: red; +text-align: left; +font-size: 15px; +font-family: Arial, Helvetica, sans-serif; +padding-top:50px;} + +aside { + width: 20%; + margin-left: 500px; + float: right; + box-shadow: #ffffff; + font-family: Arial, Helvetica, sans-serif; + color: #ffffff; +} + +aside h2 { + padding-bottom: 100px; + float: right; +} + +footer { + font-size: 15px; + color: red; + line-height: 35px; + text-align: center; } + +section p { + color: white; + text-align: left; + font-size: 15px; + font-family: Arial, Helvetica, sans-serif; + padding: top 10px; } + +.work-histoy { + font-size: 1px; + text-align: left; + color: white; + font-family: Arial, Helvetica, sans-serif; +} \ No newline at end of file diff --git a/01week/resume/ericka-profile-image-01-01-01.png b/01week/resume/ericka-profile-image-01-01-01.png new file mode 100644 index 0000000000..758acdc4cc Binary files /dev/null and b/01week/resume/ericka-profile-image-01-01-01.png differ diff --git a/01week/resume/index.html b/01week/resume/index.html index e69de29bb2..c0a795bf24 100644 --- a/01week/resume/index.html +++ b/01week/resume/index.html @@ -0,0 +1,97 @@ + + + + + + + Ericka Herod + + + +

E R I C K A . H E R O D

+ + + +

ABOUT ME.

+ + +
+
+

Ericka Herod is a veteran Graphic designer / Creative Director. + By the way of Los Angeles, California calling Austin, Texas her + home since 2008. Graduating top of her class from The Art Institute + of California-Los Angeles in 2003 with a bachelor's degree in Graphic + design. She has worked for top advertising agencies in Los Angeles. + Ericka has also worked for Trace Magazine New York/London from 2003-2009 + where she had the chance to work with top photographers, journalist, artist, + and music icons.
Since 2008 she has worked for local Texas advertising agency + before stepping out into the technology realm in 2012. She + currently holds 2 positions as Creative Director in the tech + industry. Whether she's creating branding for non-profits or + helping companies find their voice, Ericka is known for + building relationships with organizations and individuals. + P.S. Ericka is also a conductor of sound in Austin Texas music + culture since 2010 also-known as DJ I WANNA BE HER.

+
+ +

HOW I DID IT. +

Studied Graphic Design at The Art Institute of California — +
Los Angeles (2000 -2003)

+ + + + +

WHO I DO IT FOR.

+
+

WORK HISTORY:
+

ZENOSS (Enterprise Software)

+
+

SUNPOWER SOLAR SYSTEMS

+

Developed new brand standards and templates for global use and distribution

+

Designed themes for conferences, collateral print materials, conference materials, print and web banner ads

+
+

RAZORFISH

+

Samsung, Kellog, HSN.com, State Farm +

Created interactive design concepts

+

Designed mood boards, storyboards and interactive page layouts

+

Provided quality assurance on creative deliverables

+
+

SANDERS/WINGO

+
+

Trace Magazine LA/NYC/UK

+

True Agency Los Angeles

+

TBWA Chiat/Day Los Angeles

+

Campbell-Ewald Los Angeles

+
+ +
+

FREELANCE. +

Ballogy
+ Emma GoodLife
+ BeeLine Market

+

+ + + + diff --git a/02week/bio/css/Background-element-01.png b/02week/bio/css/Background-element-01.png new file mode 100644 index 0000000000..ac5b6ae08e Binary files /dev/null and b/02week/bio/css/Background-element-01.png differ diff --git a/02week/bio/css/Background2.jpg b/02week/bio/css/Background2.jpg new file mode 100644 index 0000000000..36c8de4146 Binary files /dev/null and b/02week/bio/css/Background2.jpg differ diff --git a/02week/bio/css/Facebook.png b/02week/bio/css/Facebook.png new file mode 100755 index 0000000000..9f415e2050 Binary files /dev/null and b/02week/bio/css/Facebook.png differ diff --git a/02week/bio/css/Linkedin.png b/02week/bio/css/Linkedin.png new file mode 100755 index 0000000000..16a3a13174 Binary files /dev/null and b/02week/bio/css/Linkedin.png differ diff --git a/02week/bio/css/ericka-profile-landing-page.jpg b/02week/bio/css/ericka-profile-landing-page.jpg new file mode 100644 index 0000000000..4d411ea623 Binary files /dev/null and b/02week/bio/css/ericka-profile-landing-page.jpg differ diff --git a/02week/bio/css/style.css b/02week/bio/css/style.css index e69de29bb2..0996375e56 100644 --- a/02week/bio/css/style.css +++ b/02week/bio/css/style.css @@ -0,0 +1,132 @@ +*{ + margin: 0; + padding: 0; +} +body { + margin: 0; + font-family: 'Nanum Myeongjo', serif; + font-size: 17px; + line-height: 1.2; + font-weight: 100; +} +#bkimage { + background-image: url('../css/Background2.jpg'); + height: 100vh; + background-size: cover; + background-position: center; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + padding: 0 100px; +} +#txtcontainer { + font-size: 20px; + line-height: 50px; + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; + font-family: 'Nanum Myeongjo', serif; + padding-right: 0px; +} +#position { + font-size: 20px; + padding: 20px; + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; + font-family: 'Nanum Myeongjo', serif; + padding-right: 0px; +} +#aboutmelink { + font-size:15px; + text-decoration: none; + padding: 10px; + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; + padding-right: 0px; +} +nav { + text-align: center; + font-size: 13px; + font-family: Arial, Helvetica, sans-serif; + padding-top: 20px; + padding-bottom: 0px; +} + ul { + list-style-type: none; + margin: 0px; + padding: 0px; + overflow: hidden; + background-color: none; +} +li { + display: inline; + padding: 8px; +} +a:link { text-decoration: none;} +a:visited {text-decoration: none;} +a:hover {text-decoration: none; color: red;} +a:active { text-decoration: underline;} + +.box-2 { + background-image: url(../css/Background2.jpg); + display: flex; + flex-direction: column; + justify-content: left; + padding-left: 50px; + align-items: center; +} +#section-a { + padding: 75px; + background-color:#E6E6E6; + color: #333333; + text-align: left; + line-height: 2.3; +} +#section-b { + padding: 75px; + background-color:#666666; + color: #333333; + background-image: url(../css/Background2.jpg); + background-size: 100%; + line-height: 2.3; +} +#section-c { + display: flex; +} + +#section-c div { + padding: 75px; + padding-bottom: 80px; + text-align: left; + flex-direction: column; +} +#section-c .box-1 { + background: #333333; + color:#E6E6E6; + font-size: 20px; + line-height: 50px; +} +#section-c .box-2 { + align-items: center; + line-height: 30px; + align-items: center; +} +footer { + text-align: center; + font-family: 'Nanum Myeongjo', serif; + background-image: url(../css/Background2.jpg); + padding: 30px; + background-size: 100%; +} +#social { + display: inline; +} + + diff --git a/02week/bio/index.html b/02week/bio/index.html index e69de29bb2..dd542ea123 100644 --- a/02week/bio/index.html +++ b/02week/bio/index.html @@ -0,0 +1,72 @@ + + + + + + Document + + + + +
+
+
+

ericka herod

+
+
+

Creative /Graphic Deigner

+
+ +
+
+

+ Ericka Herod is a veteran Graphic designer / Creative Director. + By the way of Los Angeles, California calling Austin, Texas her + home since 2008. Graduating top of her class from The Art Institute + of California-Los Angeles in 2003 with a bachelor's degree in Graphic + design. She has worked for top advertising agencies in Los Angeles. +

+
+ +
+

+ Ericka has also worked for Trace Magazine New York/London from 2003-2009 + where she had the chance to work with top photographers, journalist, artist, + and music icons. Since 2008 she has worked for local Texas advertising agency + before stepping out into the technology realm in 2012. She + currently holds 2 positions as Creative Director in the tech + industry. +

+
+ +
+
+ Whether she's creating branding for non-profits or + helping companies find their voice, Ericka is known for + building relationships with organizations and individuals. + P.S. Ericka is also a conductor of sound in Austin Texas music + culture since 2010 also-known as DJ I WANNA BE HER. +
+
+ me +
+
+ + + + + \ No newline at end of file diff --git a/02week/blog/css/style.css b/02week/blog/css/style.css index e69de29bb2..a77bc255c1 100644 --- a/02week/blog/css/style.css +++ b/02week/blog/css/style.css @@ -0,0 +1,109 @@ +*{ + margin: 0; + padding: 0; +} + +body { + background-color:white; +} + +header { + background-color: black; + text-align: center; + height: 100vh; + background-size: cover; + padding-top: 250px; +} + +nav { + padding: 15px; + text-align: center; + color: white; + font-size: 20px; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + } + +main { + width: 100%; +} + +article { + margin: 5%; + border: solid #E72E5D 6px; + background: black; + color: white; + padding: 20px; + /* height: 50px; */ + min-height: 50%; + display: flex; + flex-direction: row; + width: 86%; +} + +article h3 { + font-size: 25px; + padding-right: 40px; + padding-top: 20px; + padding-left: 40px; + color:white; +} + +article:hover { + background: #E72E5D; + color: black; +} + +h3::first-line { + color:white; +} + +div img { + padding-right: 20px; + padding-top: 20px; + padding-left: 40px; +} + +p { + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-size: 15px; + line-height: 25px; + padding-top: 20px; + padding-right: 50px; + padding-left: 80px; +} + +footer { + text-align: center; + margin: 20px auto; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + color: #E72E5D; +} + +.imagecontainer{ + float: left; +} + +.copy { + display: inline-block; + /* float: left; */ + +} + +@media (max-width: 576px) { + .imagecontainer { + width: 100%; + flex-direction: row; + } + .copy { + width: 100%; + float: left; + } + + article { + height: 100%; + width: 100%; + float: left; + } +} + + diff --git a/02week/blog/images/BarbaraKruger-Untitled-We-Dont-Need-Another-Hero-1985.jpg b/02week/blog/images/BarbaraKruger-Untitled-We-Dont-Need-Another-Hero-1985.jpg new file mode 100644 index 0000000000..0e75aa5009 Binary files /dev/null and b/02week/blog/images/BarbaraKruger-Untitled-We-Dont-Need-Another-Hero-1985.jpg differ diff --git a/02week/blog/images/Y3.jpg b/02week/blog/images/Y3.jpg new file mode 100644 index 0000000000..23f20ffa8b Binary files /dev/null and b/02week/blog/images/Y3.jpg differ diff --git a/02week/blog/images/e-logo-01.png b/02week/blog/images/e-logo-01.png new file mode 100644 index 0000000000..aa66d59ab8 Binary files /dev/null and b/02week/blog/images/e-logo-01.png differ diff --git a/02week/blog/images/e-logo-2-01.png b/02week/blog/images/e-logo-2-01.png new file mode 100644 index 0000000000..b806a78627 Binary files /dev/null and b/02week/blog/images/e-logo-2-01.png differ diff --git a/02week/blog/images/eames.jpg b/02week/blog/images/eames.jpg new file mode 100644 index 0000000000..29e8a99a52 Binary files /dev/null and b/02week/blog/images/eames.jpg differ diff --git a/02week/blog/images/kwjpg.jpg b/02week/blog/images/kwjpg.jpg new file mode 100644 index 0000000000..d3f75e4ef8 Binary files /dev/null and b/02week/blog/images/kwjpg.jpg differ diff --git a/02week/blog/index.html b/02week/blog/index.html index e69de29bb2..bb558315e7 100644 --- a/02week/blog/index.html +++ b/02week/blog/index.html @@ -0,0 +1,141 @@ + + + + + + Ericka Blog + + + + +
+
+ + +
+
+
+
+

Barbara Kruger a Hero for Heroes.

+ +
+
+

+ Barbara Kruger is best known for her silkscreen + prints where she placed a direct and concise + caption across the surface of a found photograph. + Her prints from the 1980s cleverly encapsulated the + era of "Reaganomics" with tongue-in-cheek satire; + especially in a work like (Untitled) I shop therefore + I am (1987), ironically adopted by the mall generation + as their mantra. As Kruger's career progressed, her work + expanded to include site-specific installations as well as + video and audio works, all the while maintaining a firm + basis in social, cultural, and political critique. + Since the 1990s, she has also returned to magazine design, + incorporating her confrontational phrases and images into + a wholly different realm from the art world. Associated with + postmodern Feminist art as well as Conceptual art, Kruger + combines tactics like appropriation with her characteristic + wit and direct commentary in order to communicate with the + viewer and encourage the interrogation of contemporary + circumstances. +

+
+
+ +
+
+

Y3 = Master of Design

+ y3 +
+
+

+ Yohji Yamamoto was born in 1943 in fashionable Yokohama + in the district of Tokyo. His mother was a dressmaker + and primarily responsible for opening the door to fashion + for her son. In 1966, he graduated with a degree in law + from Keio University in Tokyo but immediately enrolled + at the Bunka Fashion College to study fashion design. + He traveled to Paris on a student scholarship during his + time as a student there and when he graduated in 1969, + went to work for his mother as a dressmaker. Yamamoto’s + subsequent skill as a designer is connected to a great + extent to his first-hand understanding of dressmaking – + today, he is considered one of the master tailors of the + fashion world. +

+
+
+ +
+
+

Naturalistic Calling

+ y3 +
+
+

+ Los Angeles native and New York based visual artist, + Kehinde Wiley has firmly situated himself within art + history’s portrait painting tradition. As a contemporary + descendent of a long line of portraitists, including + Reynolds, Gainsborough, Titian, Ingres, among others, + Wiley, engages the signs and visual rhetoric of the h + eroic, powerful, majestic and the sublime in his r + epresentation of urban, black and brown men found + throughout the world. By applying the visual vocabulary + and conventions of glorification, history, wealth and + prestige to the subject matter drawn from the urban + fabric, the subjects and stylistic references for his + paintings are juxtaposed inversions of each other, + forcing ambiguity and provocative perplexity to pervade + his imagery. Wiley’s larger than life figures disturb + and interrupt tropes of portrait painting, often + blurring the boundaries between traditional and + contemporary modes of representation and the critical + portrayal of masculinity and physicality as it pertains + to the view of black and brown young men. +

+
+
+ +
+
+

A Pair Made for Design

+ y3 +
+
+

+ Charles Eames (1907–78) and Ray Eames (1912–88) gave + shape to America's twentieth century. Their lives and + work represented the nation's defining movements: the + West Coast's coming-of-age, the economy's shift from + making goods to producing information, and the global + expansion of American culture. The Eameses embraced the + era's visionary concept of modern design as an agent of + social change, elevating it to a national agenda. Their + evolution from furniture designers to cultural ambassadors + demonstrated their boundless talents and the overlap of + their interests with those of their country. In a rare era + of shared objectives, the Eameses partnered with the federal + government and the country's top businesses to lead the charge + to modernize postwar America. Born in St. Louis, Missouri, Charles Eames grew up in + America's industrial heartland. As a young man he worked + for engineers and manufacturers, anticipating his lifelong + interest in mechanics and the complex working of things. + Ray Kaiser, born in Sacramento, California, demonstrated her + fascination with the abstract qualities of ordinary objects + early on. She spent her formative years in the orbit of New + York's modern art movements and participated in the first + wave of American-born abstract artists. +

+
+
+
+ +
+
+ ART . DESING . FASHION +
+
+ \ No newline at end of file diff --git a/02week/sites/css/style.css b/02week/sites/css/style.css new file mode 100644 index 0000000000..0ecfe87087 --- /dev/null +++ b/02week/sites/css/style.css @@ -0,0 +1,120 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.border-red{ + border: 1px solid red; +} + +.border-blue{ + border: 1px solid blue; +} + +.border-green{ + border: 1px solid green; +} + +body { + background-color: #DFDBE5; + background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20L0 20z' fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); + height: 100vh; +} + +nav { + height: 100px; + width: 100%; + display: block; + position: fixed; + padding: 10px 15px; + background-color: rgba(0, 0, 0, 0.639); + transition: background-color 0.3s ease; + z-index: 1; +} + +nav:hover { + background-color: rgba(0, 0, 0, 0.187); +} + +nav .logo{ + display: inline-block; + height: 70px; + width: 70px; + text-align: center; +} + +nav .logo i{ + font-size: 65px; + margin: 15% 0; +} + +nav ul{ + height: 100%; + padding: 10px 0 0; + float: right; +} + + +ul li{ + display: inline-block; + padding: 15px; + margin: 0 auto; +} + +header { + height: 100vh; + background: white; + position: relative; + +} + +header .header_title { + background: aqua; + position: absolute; + /* height: 100%; */ + display: inline-block; + width: 100%; + /* margin-top: 80px; */ +} + +header .parent_h1 { + background: red; + width: 50%; + height: 50%; + margin: 100px; + position: absolute; + text-align: center; +} + +header h1 { + + +} + +header section { + height: 100%; +} + +.firstSection { + /* float: left; */ + width: 33%; + background-color: royalblue; +} + +.secondSection { + /* float: left; */ + width: 33%; + background-color: purple; +} + +.thridSection { + /* clear: both; */ + background-color: black; + /* float: left; */ + width: 33%; +} + header section { + height: 300px; + display: inline-block; + } \ No newline at end of file diff --git a/02week/sites/index.html b/02week/sites/index.html new file mode 100644 index 0000000000..6009374601 --- /dev/null +++ b/02week/sites/index.html @@ -0,0 +1,46 @@ + + + + + + wireframesite + + + + + + + + +
+ +
+
+

The Mars Coffee Shop

+
+
Out of this world cup of joe
+
+ +
+ +
section1
+
section2
+
section3
+ + +
footer
+ + + + \ No newline at end of file diff --git a/03week/airplane/css/style.css b/03week/airplane/css/style.css index e69de29bb2..f2ed5a6873 100644 --- a/03week/airplane/css/style.css +++ b/03week/airplane/css/style.css @@ -0,0 +1,345 @@ +* { + margin: 0; + padding:0; + box-sizing: border-box; +} + +body { + background-image: url('../img/airline.jpg'); + background-color: #193A55; + background-size: cover; + background-repeat: no-repeat; +} + +.ux-atlantic-logo { + float: left; + padding: 0px; +} + +nav { + /* height: 90px; */ + width: 100%; + /* padding: 10px 15px; */ + background-color: #193A55; + display: block; + position: static; +} + +nav a { + color: white; + text-decoration: none; + padding: 10px; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + display: block; + padding: 15px; + padding-right: 50px; + margin: 10px auto; + /* height: 100%; */ + float: right; + position: static; +} +.container { + height: 100%; + border: 3px dotted black; +} + +.airline_container { + border: 1px solid red; + height: 350px; + width: 500px; + margin-top: 30px; + margin-left: 50px; + border-radius: 10px; +} + +.airline__container--row { + border: 1px solid blue; +} + +.row1 { + height: 75px; + width: 100%; +} +.row2 { + height: 200px; +} + +.row3 { + height: 75px; + padding: 0 15px; +} + +.icon_col { + border: 1px solid pink; + background: #193A55; + display: inline-block; + height: 100%; + width: 33%; + text-align: center; + padding: 10px 0 0; + float: left; +} + +.col1 { +background-color: green; +} + +button { + width: 100%; + height: 50%; + margin-top: 15px; + color: white; + background-color: blue; + border: none; + border-radius: 4px; +} + +.input__row { + border: 1px solid red; +} + +.input__row input { + width: 40%; +} +.input__row input:nth-child(2) { + margin-left: 15px; +} + +.checkbox__div { + display: inline; + border: 1px solid blue; + float: right; +} + +.checkbox__div span input { + width: 20px; + +} + +/* main { + height: 100vh; +} + +} +.wrapper { + /* display: block; */ + /* clear:both; */ +/* } + +.box { + background-color: #193A55; + height: 400px; + width: 400px; + margin-top: 40px; + margin-left: 50px; + float: left; + border-radius: 5px; +} */ + +/* .button { + width: 50px; + height: 100px; + display: inline; +} */ + + +/* .plane { + width: 92px; + margin-bottom: 25px; + /* margin-top: 0px; + margin-left: 0px; */ + /* background: transparent; */ + /* border: none; */ + /* background-color: blue; */ + /* padding: 0px; */ + /* display: inline-block; */ + /* border-radius: 5px; +} + +.hotel { + width:150px; + margin: 0px; + background: transparent; + border: none; + background-color: green; + padding: 0px; + border-radius: 5px; + +} + +/* .car { + width:150px; + margin: 0px; + background: transparent; + border: none; + background-color: green; + padding: 0px; + border-radius: 5px; + +} + +input { + width: 150px; + height: 30px; + border-radius: 5px; + border: transparent; +} + +.depart { + margin-left: 40px; + margin-right: 15px; + padding-left: 5px; +} + +.arrive { + padding-left: 5px; +} +.date1 { + margin-left: 40px; + margin-top: 15px; + margin-right: 15px; + padding-left: 5px; + +} + +.passengers { + color: white; + margin-top: 25px; + margin-left: 40px; + display: inline-block; +} + +.one { + margin-left: 150px; + display: inline-block; + margin-top: 0px; + height: 30px; + width: 30px; +/* */ +/* } */ +/* .search { + margin-left: 130px; + margin-top: 30px; + border-radius: 5px; + border: transparent; + width: 150px; + height: 30px; + +} + +.circle { + float: right; + margin-left: 50px; + box-sizing: border-box; + height: 5px; +} + +.container1 { + display: inline-block; + position: relative; + padding-left: 50px; + margin-bottom: 12px; + cursor: pointer; + font-size: 15px; + color: white; +} */ +/* +.container2 { + position: relative; + padding-left: 50px; + margin-bottom: 12px; + cursor: pointer; + font-size: 15px; + color: white; + display: inline; + float: right; +} */ + +/* article { + float: left; + margin-left: 50px; + margin-top: 60px; + background-color: #193A55; + height: 400px; + width: 30%; + padding: 0px; +} */ + +/* .button { */ + /* background-color: #193A55 */ +/* } */ +/* .plane { + background-color: transparent; + display: inline-block; + width: 150px; + border: none; + background-color: blue +} +.car { + background-color: transparent; + display: inline-block; + width: 140px; + border: none; + background-color: green; +} + +.hotel { + background-color: transparent; + display: inline-block; + width: 140px; + border: none; + background-color: green; +} + +div .depart { + margin: 20px; +} +div .arrive { + margin: 20px; + float: right; +} +div .mm { + margin: 20px; +} +div .dd { + margin: 20px; + float: right; +} + +.search { + margin-left: 118px; + height: 25px; + width: 100px; + margin-top: 60px; + border-style: solid; + background-color: transparent; + color: white; + +} */ + +/* input .one { + margin-left: 118px; + height: 25px; + width: 100px; + margin-top: 60px; + border-style: solid; + background-color: transparent; + color: white; + float: right; + +} + +.one { + height: 30px; + width: 30px; + margin-left: 150px; + /* display: inline; */ +} + +/* p { + color: white; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + margin-left: 20px; + padding-top: 20px; + align-content: initial; +} */ \ No newline at end of file diff --git a/03week/airplane/index.html b/03week/airplane/index.html index e69de29bb2..f257733929 100644 --- a/03week/airplane/index.html +++ b/03week/airplane/index.html @@ -0,0 +1,204 @@ + + + + + + + UX Atlantic + + + + + +
+
+
+
+ plane-icon +
+
+ hotel-icon +
+
+ car-icon +
+
+ +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + + + + + + +
+ +
+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --> diff --git a/04week/Flexbox-test/css/styles.css b/04week/Flexbox-test/css/styles.css new file mode 100644 index 0000000000..0990a88c8f --- /dev/null +++ b/04week/Flexbox-test/css/styles.css @@ -0,0 +1,59 @@ +* { + margin: 0; + padding:0; + box-sizing: border-box; +} + +.container { + height: 100%; + width: 100%; + position: relative; + font-family: Arial, Helvetica, sans-serif; +} + +.list_wrapper { + display: flex; + justify-content: center; + height: 100%; + width: 100%; + border: 1px solid red; +} + +.list { + height: 580px; + width: 600px; + border: 1px solid blue; + display: flex; + justify-content: center; +} + +ul { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + list-style: none; +} + +.list__item { + border: 1px solid green; + width: 100%; + display: flex; + flex-direction: row; + margin-bottom: 10px; + border-radius: 6px; + padding: 15px; +} + +.list__image{ + flex-shrink: 0; +} + +.list__content { + flex-grow: 1; + border: 5px solid pink; +} + +img { + height: 150px; +} \ No newline at end of file diff --git a/04week/Flexbox-test/index.html b/04week/Flexbox-test/index.html new file mode 100644 index 0000000000..88715c65fd --- /dev/null +++ b/04week/Flexbox-test/index.html @@ -0,0 +1,49 @@ + + + + + + + Contact List + + +
+
+
+
    +
  • +
    + kate-moss +
    +
    +

    Agent P

    +

    Los Angeles

    +
    +
  • +
  • +
    + kate-moss +
    +
    +

    Agent P

    +

    Los Angeles

    +
    +
  • +
  • +
    + kate-moss +
    +
    +

    Agent P

    +

    Los Angeles

    +
    +
  • +
+ +
+
+
+ + + + \ No newline at end of file diff --git a/04week/Media-Query-test/css/styles.css b/04week/Media-Query-test/css/styles.css new file mode 100644 index 0000000000..f14d5815f3 --- /dev/null +++ b/04week/Media-Query-test/css/styles.css @@ -0,0 +1,101 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.container { +height: 100%; +width: 100%; +} + +.cards { + display: flex; + justify-content: center; + list-style: none; + flex-wrap: wrap; + border: 1px solid red; +} + +.card__item{ + /* border: 1px solid purple; */ + padding: 16px; +} +.card { + display: flex; + flex-direction: column; + height: 500px; + /* width: 400px; */ + border: 1px solid #eee; + box-shadow: 3px 1px 1px 3px rgba(0,0,0,0.10); + border-radius: 5px; + /* border: 1px solid blue; */ +} + +.card__image { + height: 50%; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + +} + +.card__image--city { + background-image: url(https://images.unsplash.com/photo-1479030160180-b1860951d696?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80) +} + +.card__content { + padding:15px; + display: flex; + flex-direction: column; + /* border: 1px solid red; */ + height: 50%; + +} + +.card__content h4 { + /* color: rgb(91, 53, 128); */ + letter-spacing: 1px; + text-transform: uppercase; + margin-top: 10px; + /* flex: 1; */ +} + +.card__content p { + line-height: 1.5; + max-height: 110px; + margin-top: 10px; + overflow: scroll; + + /* flex: 2; */ +} + +button { + width: 40%; + align-self: center; + margin-top: 20px; + background-color: blueviolet; + color: orange; + height: 10%; + border-radius: 10px; +} + +button:hover{ + background-color: rgb(255, 98, 0); + color: blueviolet; +} + +@media (min-width: 640px) { + .card__item { + width: 50%; + } +} + +@media (min-width: 896px) { + .card__item { + width: 33.3333%; + } +} +.card__content h4 { + /* font-size: 60px; */ +} \ No newline at end of file diff --git a/04week/Media-Query-test/index.html b/04week/Media-Query-test/index.html new file mode 100644 index 0000000000..b91b8dbc22 --- /dev/null +++ b/04week/Media-Query-test/index.html @@ -0,0 +1,83 @@ + + + + + + + Media-Query + + +
+ +
+ + + \ No newline at end of file diff --git a/04week/nasa/css/style.css b/04week/nasa/css/style.css index e69de29bb2..0fc070c2b0 100644 --- a/04week/nasa/css/style.css +++ b/04week/nasa/css/style.css @@ -0,0 +1,78 @@ +body { + width: 850px; + margin: 0 auto; +} + +main { + height: 450px; + width: 850px; + margin: 0 auto; + background-image: url(../img/nasa-background.jpg); + color: white; + +} + +section { + display: flex; + margin: 20px auto; + background: gray; + width: 800px; + padding-left: 50px; + padding-top: 50px; +} + +article { + height: 324px; + width: 270px; +} + +h1 { + text-align: center; + padding-top: 150px; + font-size: 85px; +} + +.white-type { + color: white; + font-family: Arial, Helvetica, sans-serif; +} + +p { + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + line-height: 20px; + letter-spacing: 1px; +} + +.name { + font-size: 12px; + padding-bottom: 5px; + padding-top: 10px; +} + +.message { + font-size: 12px; + padding-bottom: 5px; + padding-top: 10px; +} + +input { + height: 20px; + width: 200px; + border-radius: 5px; + border: none; +} + +#box2 { + height: 80px; +} + +button { + color: white; + margin-top: 15px; + background-color: black; + border-radius: 5px; + width: 85px; + height: 25px; + border: none; +} \ No newline at end of file diff --git a/04week/nasa/index.html b/04week/nasa/index.html index e69de29bb2..552d935fd6 100644 --- a/04week/nasa/index.html +++ b/04week/nasa/index.html @@ -0,0 +1,48 @@ + + + + + + + First site + + +
+
+

NASA

+
+
+
+
Social Media +

+ Twitter - @nasa
+ Facebook - fb.com/nasa
+ Instagram - @nasa
+ Youtube - yourtube.com/NASA +

+
+
Office Contact +

+ Public Communications Office
+ NASA Headquarters
+ 300 E. Street SW, Suite 5R30
+ Washington, DC 202546
+ (202) 358-0001 (office) +

+
+
Contact Us +
Name +
+
+ +
+
Message +
+
+ +
+ +
+
+ + \ No newline at end of file diff --git a/04week/tomorrows-technology/css/style.css b/04week/tomorrows-technology/css/style.css index e69de29bb2..51a815074c 100644 --- a/04week/tomorrows-technology/css/style.css +++ b/04week/tomorrows-technology/css/style.css @@ -0,0 +1,14 @@ +@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); +*{ + box-sizing: border-box; +} +body { + height: 100%; + width: 100%; + margin: 0; + font-family: 'Open Sans', sans-serif; + border: 3px solid black; +} +.section-1 { + +} \ No newline at end of file diff --git a/04week/tomorrows-technology/index.html b/04week/tomorrows-technology/index.html index e69de29bb2..2dc46a5d52 100644 --- a/04week/tomorrows-technology/index.html +++ b/04week/tomorrows-technology/index.html @@ -0,0 +1,25 @@ + + + + + + Document + + + +
+ image +
+

Top Stories

+
+

Stanford Researchers Make Artificial Skin That Senses Touch

+

3 New Ways to Wear Your Favorite Chambray Shirt

+

Where to Buy Your Next Rug

+

Chukkas that offer Casual, Comfortable Style

+
+ + + + + + \ No newline at end of file diff --git a/04week/welcome-to-our-site/css/style.css b/04week/welcome-to-our-site/css/style.css index e69de29bb2..e1627198ab 100644 --- a/04week/welcome-to-our-site/css/style.css +++ b/04week/welcome-to-our-site/css/style.css @@ -0,0 +1,96 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +header { + border: 1px solid red; + height: 500px; + background-color: aqua; +} +h1 { + text-align: center; + margin: 200px auto; + color: white; +} +.box1 { + /* border: 1px solid red; */ + height: 100%; + width: 100%; + background-color: black; + columns: 3; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + align-items: flex-start; + align-content: space-between; +} + +.type-box1 { + /* border: 1px solid green; */ + width: 300px; + height: 300px; + padding-top:10px; + display: inline-block; + margin: 20px; + padding-left: 20px; + padding-right: 20px; +} +.blue { + background-color: rgb(0, 157, 255); + height: 30px; + width: 200px; + margin: 20px auto; +} +.orange{ + background-color: rgb(255, 145, 0); + height: 30px; + width: 200px; + margin: 20px auto; +} +.aqua { + background-color: aqua; + height: 30px; + width: 200px; + margin: 20px auto; +} +.text { + color: white +} +h2 { + text-align: center; + padding-bottom: 10px; +} +p { + text-align: center; + line-height: 25px; +} +article { + margin-top: 50px; +} + + +@media (min-width: 600px) { + .type-box1 { + width: 30%; + } +} + +@media (min-width: 700px) { + .type-box1 { + width: 50%; + } +} + +@media (min-width: 900px) { + .type-box1 { + width: 30%; + } +} +@media (min-width: 1200px) { + .type-box1 { + width: 25%; + } +} diff --git a/04week/welcome-to-our-site/index.html b/04week/welcome-to-our-site/index.html index e69de29bb2..a34b19ee07 100644 --- a/04week/welcome-to-our-site/index.html +++ b/04week/welcome-to-our-site/index.html @@ -0,0 +1,48 @@ + + + + + + + Document + + +
+
+

Welcome to our site

+
+ +
+
+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore magna + aliqua.

+
+
+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore magna + aliqua.

+
+
+
+
+

Title

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore magna + aliqua.

+
+
+ +
+ + +
+
+ + \ No newline at end of file diff --git a/05week/Ericka-Portfolio/css/images/56-69_TRACE73_CODE_insider 1.png b/05week/Ericka-Portfolio/css/images/56-69_TRACE73_CODE_insider 1.png new file mode 100644 index 0000000000..066f1fae51 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/56-69_TRACE73_CODE_insider 1.png differ diff --git a/05week/Ericka-Portfolio/css/images/828x315-FB-Cover--01.png b/05week/Ericka-Portfolio/css/images/828x315-FB-Cover--01.png new file mode 100644 index 0000000000..cfe5b4d9e5 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/828x315-FB-Cover--01.png differ diff --git a/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_27.png b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_27.png new file mode 100644 index 0000000000..ca37ea866a Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_27.png differ diff --git a/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_34.png b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_34.png new file mode 100644 index 0000000000..fc150fe93f Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_34.png differ diff --git a/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_69.png b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_69.png new file mode 100644 index 0000000000..1b6204cb76 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_69.png differ diff --git a/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_75.png b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_75.png new file mode 100644 index 0000000000..387400e679 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/ErickaHerod_work_Page_75.png differ diff --git a/05week/Ericka-Portfolio/css/images/JENNAS_ASIAN_KITCHEN_LOGO copy-01.png b/05week/Ericka-Portfolio/css/images/JENNAS_ASIAN_KITCHEN_LOGO copy-01.png new file mode 100644 index 0000000000..da03309bbc Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/JENNAS_ASIAN_KITCHEN_LOGO copy-01.png differ diff --git a/05week/Ericka-Portfolio/css/images/Zenoss18_DSC08746_June 22, 2018_055.jpg b/05week/Ericka-Portfolio/css/images/Zenoss18_DSC08746_June 22, 2018_055.jpg new file mode 100644 index 0000000000..96de9da0ac Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/Zenoss18_DSC08746_June 22, 2018_055.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/ballogy-2.png b/05week/Ericka-Portfolio/css/images/ballogy-2.png new file mode 100644 index 0000000000..fd6accbccd Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/ballogy-2.png differ diff --git a/05week/Ericka-Portfolio/css/images/bella.png b/05week/Ericka-Portfolio/css/images/bella.png new file mode 100644 index 0000000000..505fe3eafe Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/bella.png differ diff --git a/05week/Ericka-Portfolio/css/images/clark-tibbs-367075-unsplash.jpg b/05week/Ericka-Portfolio/css/images/clark-tibbs-367075-unsplash.jpg new file mode 100644 index 0000000000..6be87c0221 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/clark-tibbs-367075-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/craig-philbrick-487830-unsplash.jpg b/05week/Ericka-Portfolio/css/images/craig-philbrick-487830-unsplash.jpg new file mode 100644 index 0000000000..e67ea0bd6e Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/craig-philbrick-487830-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/dan-carlson-224698-unsplash.jpg b/05week/Ericka-Portfolio/css/images/dan-carlson-224698-unsplash.jpg new file mode 100644 index 0000000000..07a9988ebf Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/dan-carlson-224698-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/derick-david-351510-unsplash.jpg b/05week/Ericka-Portfolio/css/images/derick-david-351510-unsplash.jpg new file mode 100644 index 0000000000..9979c8177b Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/derick-david-351510-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/joao-silas-72340-unsplash.jpg b/05week/Ericka-Portfolio/css/images/joao-silas-72340-unsplash.jpg new file mode 100644 index 0000000000..a9ac080c46 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/joao-silas-72340-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/jon-tyson-520955-unsplash.jpg b/05week/Ericka-Portfolio/css/images/jon-tyson-520955-unsplash.jpg new file mode 100644 index 0000000000..6b59c477c9 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/jon-tyson-520955-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/mick-haupt-1055260-unsplash.jpg b/05week/Ericka-Portfolio/css/images/mick-haupt-1055260-unsplash.jpg new file mode 100644 index 0000000000..7205227429 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/mick-haupt-1055260-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/rawpixel-552393-unsplash.jpg b/05week/Ericka-Portfolio/css/images/rawpixel-552393-unsplash.jpg new file mode 100644 index 0000000000..f1e9de6284 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/rawpixel-552393-unsplash.jpg differ diff --git a/05week/Ericka-Portfolio/css/images/sidelabel-bandana-02.png b/05week/Ericka-Portfolio/css/images/sidelabel-bandana-02.png new file mode 100644 index 0000000000..210a680c00 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/sidelabel-bandana-02.png differ diff --git a/05week/Ericka-Portfolio/css/images/super-heros.png b/05week/Ericka-Portfolio/css/images/super-heros.png new file mode 100644 index 0000000000..17254e09cf Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/super-heros.png differ diff --git a/05week/Ericka-Portfolio/css/images/wolfrecords.png b/05week/Ericka-Portfolio/css/images/wolfrecords.png new file mode 100644 index 0000000000..4a2d422120 Binary files /dev/null and b/05week/Ericka-Portfolio/css/images/wolfrecords.png differ diff --git a/05week/Ericka-Portfolio/css/styles.css b/05week/Ericka-Portfolio/css/styles.css new file mode 100644 index 0000000000..5567184948 --- /dev/null +++ b/05week/Ericka-Portfolio/css/styles.css @@ -0,0 +1,450 @@ +@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700|Roboto+Slab:300,400'); +@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Source+Sans+Pro:300,400,400i,600,700'); +* { + box-sizing: border-box; +} +body { + height: 100%; + width: 100%; + margin: 0; + padding: 0; + font-family: 'Montserrat', sans-serif; + color: black; +} + +.grid-container { + display: grid; + height: 100%; + width: 100%; + grid-template-columns: repeat(5, 1fr); + grid-template-rows: repeat(5, 1fr); + grid-gap: 2px; + grid-auto-flow: dense; +} + +.grid-container div { +color: white; +font-size: 20px; +padding: 20px; +} + +.item-1 { + background: #b03532; + grid-row-start: 1; + grid-column-start: 1; + grid-column-end: span 5; + z-index: 1; +} +.item-1 { + background-image: url(../css/images/mick-haupt-1055260-unsplash.jpg); + background-size: cover; +} +h1 { + font-family: 'Montserrat', sans-serif; + color: white; + font-size: 100px; + text-align: center; + text-shadow: 2px 2px rgb(0, 0, 0); +} +p { + text-align: center; + margin-top: -60px; + letter-spacing: 10px; + text-shadow: 2px 2px rgb(0, 0, 0); +} +.item-2 { + /* background: #33a8a5; */ + grid-row-start: 2; + grid-column-start: 1; + grid-column-end: span 3; +} +/* nav{ + border: 1px solid red; + height: 100px; + width: 100%; + display: block; + position: fixed; + padding: 10px 15px; + background-color: rgba(141, 27, 27, 0.639); + transition: background-color 0.5s ease; + z-index: 1; + +} */ +li{ + color: black; +} +li:hover { + color: red; + transition-duration: 200ms; + transition-timing-function: ease-in; + transform: translate(10px) +} +ul li{ + display: inline-block; + padding: 50px; + margin: 0 auto; + font-size: 15px; +} +.item-3 { + background: #ff9069; + background-image: url(./images/clark-tibbs-367075-unsplash.jpg); + background-size: cover; + /* height: 200px; */ + background-position: 100px; + grid-row-start: 5; + grid-row-end: 6; + grid-column-start: 1; + grid-column-end: span 2; +} +.item-3:hover{ + transition-duration: 800ms; + transition-timing-function: ease-in-out; + transform: translate(100px); + transform: rotate(360deg); + +} +.item-4:hover { + opacity: .25; + transform: translateX(600px); + transition-duration: 5s; + transition-timing-function: ease-out; +} +.item-4 { + background: #003c51; + background-image: url(../css/images/jon-tyson-520955-unsplash.jpg); + background-size: cover; + height: 100%; + width: 100%; +} +.item-5 { + background: #e6b800; +} +.item-5:hover { + background: #3c3107; +} +.item-5 h2{ + font-size: 15px; + padding-top: 20px; +} + +.item-6 { + /* background: #4464a1; */ + /* border: .5px solid black; */ + background-image: url(../css/images/super-heros.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.item-6 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-6:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-6 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} +.item-7 { + background: #000000; + grid-column: span 2; + grid-row: span 2; + background-image: url(../css/images/joao-silas-72340-unsplash.jpg); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.item-7 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-7:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-7 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} +.item-8 { + background: #000000; + grid-column: span 2; + grid-row: span 2; + background-image: url(../css/images/ErickaHerod_work_Page_69.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.item-8 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-8:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-8 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} +.item-9 { + background: #000000; + grid-column: span 2; + grid-row: span 4; + background-image: url(../css/images/ballogy-2.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.overlay { + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.612); + height: 100%; + margin: 0; + padding: 0; +} + +.item-9:hover .overlay { + opacity: 2; + margin: 0; + padding: 0; +} +.item-9 .text{ + color: white; + font-size: 15px; + /* z-index: 1; */ + +} +.item-10 { + background: #000000; + background-image: url(../css/images/ErickaHerod_work_Page_27.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.item-10 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-10:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-10 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} +.item-11 { + background: #000000; + background-image: url(../css/images/Zenoss18_DSC08746_June\ 22\,\ 2018_055.jpg); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} + +.item-11 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-11:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-11 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} + +.item-12 { + background: #000000; + background-image: url(../css/images/sidelabel-bandana-02.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.item-12 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-12:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-12 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} +.item-13 { + /* background: #000000; */ + background-image: url(../css/images/JENNAS_ASIAN_KITCHEN_LOGO\ copy-01.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} + +.item-13 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-13:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-13 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} +.item-14 { + background: #000000; + grid-column: span 1; + grid-row: span 2; + background-image: url(../css/images/bella.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; + +} +.item-14 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(0, 0, 0, 0.407); + height: 100%; + margin: 0; + padding: 0; +} +.item-14:hover .overlay{ + opacity: 2; + margin: 0; + padding: 0; +} +.item-14 .text{ + color: rgb(255, 255, 255); + font-size: 15px; + font-family: 'Montserrat', sans-serif; +} +.item-15 { + background: #000000; + background-image: url(../css/images/56-69_TRACE73_CODE_insider\ 1.png); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} + +.item-15 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(26, 26, 26, 0.804); + height: 100%; + margin: 0; + padding: 0; +} +.item-15:hover .overlay{ + opacity:2; + margin: 0; + padding: 0; +} +.item-15 .text{ + color: rgb(255, 255, 255); + font-size: 13px; + font-family: 'Montserrat', sans-serif; +} + +.item-16 { + background: #000000; +} +.item-16 .text { + color: white; + font-family: 'Montserrat', sans-serif; + font-size: 10px; +} + +.item-17 { + background: #000000; + grid-column: span 5; + grid-row: span 10; + background-image: url(../css/images/derick-david-351510-unsplash.jpg); + background-size: cover; + height: 100%; + width: 100%; + background-position: center; +} +.item-17 .overlay{ + opacity: 0; + transition: .5s ease; + background: rgba(0, 0, 0, 0.407); + height: 100%; + margin: 0; + padding: 0; +} +.item-17:hover .overlay{ + opacity: 2; + margin: 0; + padding: 0; +} +.item-17 .text{ + color: rgb(255, 255, 255); + font-size: 15px; + font-family: 'Montserrat', sans-serif; + text-align: center; +} +/* .item-18 { + background:black; + grid-row-start: 10; + grid-column-start: 1; + grid-column-end: span 5; +} */ \ No newline at end of file diff --git a/05week/Ericka-Portfolio/ericka-portfolio-2019.html b/05week/Ericka-Portfolio/ericka-portfolio-2019.html new file mode 100644 index 0000000000..c241d0d3f4 --- /dev/null +++ b/05week/Ericka-Portfolio/ericka-portfolio-2019.html @@ -0,0 +1,135 @@ + + + + + + Ericka-Portfolio + + + + +
+
+

E.Herod

+

Graphic designer / Creative Director

+
+
+ +
+
+
+
+

The Art Institute of California-Los Angeles + in 2003 with a bachelor's degree in Graphic design.

+
+
+
+
+ ZENOSS
Creative Concept
+
+
+
+
+
AGENCY LIFE
+ ZENOSS || + RAZORFISH || + SANDERS / WINGO || + TRACE MAGAZINE LA/NYC/UK || + TRUE AGENCY LOS ANGLELS || + TBWA CHIAT/DAY LOS ANGLELS || + CAMPBELL-EWALD LOS ANGLELS +
+
+ +
+
+
+
+ CAMPBELL-EWALD
+ Machanical layout Design +
+
+
+
+
+
BALLOGY
+ Creative Dirctor
+
+
+
+
+
+ SANDERS/WINGO
Graphic Designer +
+
+
+
+
+
GALAXZ 2018
Tech Tradeshow Design
+
+
+
+
+
+ BRAND ID
+ Branding / Identity +
+
+
+
+
+
+ FREELANCE
+ Branding / Logo Design +
+
+
+
+
+
BELLA GOODLIFE
+ Creative Director
+
+
+
+
+
+ TRACE MAGAZINE
Layout Designer 2003-2008 +
+
+
+
+
+ SKILLS
+ Photoshot | + Illustutor | + Indesign | + Lightroom + Mechanical Production | + Corporate Identity | + Publication Design | + Concept Design | + Event Design
+
+
+ + +
+
+
+ I WOULD LOVE TO CHAT CONTACT ME HERE:
+ erickaherod@gmail.com +
+
+
+ + +
+ + \ No newline at end of file diff --git a/05week/grid-landing-page/css/grid-landing-page.css b/05week/grid-landing-page/css/grid-landing-page.css new file mode 100644 index 0000000000..07be553f6b --- /dev/null +++ b/05week/grid-landing-page/css/grid-landing-page.css @@ -0,0 +1,353 @@ +@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700|Roboto+Slab:300,400'); +@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Source+Sans+Pro:300,400,400i,600,700'); +* { + box-sizing: border-box; +} +body { + height: 100%; + width: 100%; + margin: 0; + padding: 0; + font-family: 'Montserrat', sans-serif; + color: white; + background-color: black; +} + +.grid-container { + display: grid; + height: 100%; + width: 100%; + grid-template-columns: repeat(10, 1fr);; + grid-template-rows: repeat(5, 1fr); + grid-gap: 0px; + /* grid-auto-flow: dense; */ + +} + +.grid-container div { +color: white; +font-size: 20px; +/* padding: 20px; */ +} + +.item-1 { + /* background: #b03532; */ + /* grid-row-start: 1; + grid-column-end: span 2; + grid-column-start: 1; */ + /* z-index: 1; */ +} +h1 { + font-family: 'Montserrat', sans-serif; + color:white; + font-size: 20px; +} +.item-2 { + /* background: #33a8a5; */ + /* grid-row-start: 1; + grid-column-end: 2; + grid-column-start: 2; */ +} +.item-3 { + /* background: #ff9069; */ +} +.item-4 { + /* background: #6a478f; */ +} +.item-5 { + /* background: #3d8bb1; */ +} +.item-5 h4 { + font-family: 'Montserrat', sans-serif; + color:white; + font-size: 10px; + font: 200; + padding-top: 20px; +} +.item-6 { + /* background: #4464a1; */ +} +.item-7 { + /* background: #e03f3f; */ */ + /* grid-column: span 2; + grid-row: span 2; +} +.item-8 { + background: #59a627; +} +.item-9 { + /* background: #b03532; */ + /* grid-column: span 2; + grid-row: span 2; */ +} +.item-10 { + /* background: s#4464a1; */ +} +.item-11 { + /* background: #33a8a5; */ +} +.item-12 { + /* background: #ff9069; */ + +} +.item-13 { + /* background: #3d8bb1; */ + /* border: 1px solid red; */ + grid-column: span 2; + grid-row: span 1; +} +.line { + /* color: red; */ + /* border: 1px solid red; */ + width: 20px; + height: 3px; + background-color: white; + margin-top: 20px; +} +.item-13 h2 { + color:white; + /* border: 1px solid red; */ + margin-top: 10px; + font-size: 20px; +} +.item-13 p { + font-size: 10px; + /* border: 1px solid red; */ + margin-top: -5px; + line-height: 20px; + margin-bottom: 50px; +} +.item-14 { + /* background: #da6f2b; */ +} +.item-15 { + /* background: #59a627; */ +} +.item-16 { + /* background: #30997a; */ +} +.item-17 { + /* background: #6a478f; */ + grid-column: span 2; + grid-row: span 2; +} + h1 { + font-size: 70px; + margin-top: 185px; + /* border: 1px solid red; */ + /* width: 60px; */ +} +h3 { + font-size: 70px; + /* border: 1px solid red; */ + width: 60px; + float: right; + margin-top: -135px; + margin-right: 87px +} +section img { +/* border: 1px solid red; */ +height: 43.5%; +margin-top: 114px; +position: absolute; +left: 0px; +top: 0px; +z-index: -1; +display: flex; +flex-direction: column; +margin-left: 989px; +} +.item-18 { + /* background: #da6f2b; */ + /* grid-column: span 2; + grid-row: span 2; */ + +} +.item-19 { + /* background: #3cda2b; */ +} +.item-20 { + /* background: #be7243; */ +} +.item-20 h1 { + font-size: 70px; + margin-top: 5px; +} +.item-21 { + /* background: #be4349; */ +} +.item-21 h1 { + font-size: 70px; + margin-top: 5px; +} +.item-22{ + /* background: #4543be; */ +} +.item-22 h1 { + font-size: 70px; + margin-top: 5px; +} +.item-23 { + /* background: #be4368; */ +} +.item-23 h1 { + font-size: 70px; + margin-top: 5px; +} +.item-24 { + /* background: #439bbe; */ +} +.item-24 h1 { + font-size: 70px; + margin-top: 5px; +} +.item-25 { + /* background: #4b43be; */ +} +.item-25 h1 { + font-size: 70px; + margin-top: 5px; +} +.item-26 { + /* background: #ff9069; */ +} +.item-27 { + /* background: #6a478f; */ +} +.item-28 { + /* background: #3d8bb1; */ +} +.item-29 { + /* background: #4464a1; */ +} +.item-30 { + /* background: #e03f3f; */ + /* grid-column: span 2; + grid-row: span 2; */ +} +.item-31 { + /* background: #59a627; */ + /* grid-column: span 3; + grid-row: span 2; */ +} +.item-32 { + /* background: #b03532; */ + /* grid-column: span 2; + grid-row: span 2; */ +} +.item-33 { + /* background: #4464a1; */ +} +.item-34 { + /* background: #33a8a5; */ + grid-column: span 2; + grid-row: span 1; +} +.item-34 p { + font-size: 10px; + /* border: 1px solid red; */ + line-height: 20px; + padding: 10px 10px; +} +button { + float: right; + width: 100px; + height: 25px; + margin-right: 10px; + background-color: black; + color: white; + border-radius: 2px; +} +.item-35 { + /* background: #ff9069; */ +} +.item-36 { + /* background: #3d8bb1; */ + grid-column: span 3; + grid-row: span 3; +} +.item-36 img{ + position: relative; +} +.item-36 h2{ + font-size: 15px; + float: right; + margin-right: 20px; + margin-top: 100px; +} +.item-37 { + /* background: #da6f2b; */ +} +.item-38 { + /* background: #59a627; */ +} +.item-39 { + /* background: #dadfdd; */ +} +.item-40 { + /* background: #6a478f; */ +} +.item-41 { + /* background: #da6f2b; */ +} +.item-41 h5{ + font-size: 10px; + float: left; + margin-top: 105; +} +.item-42 { + /* background: #3cda2b; */ +} +.item-43 { + /* background: #be7243; */ +} +.item-44 { + /* background: #be4349; */ +} +.item-45{ + /* background: #4543be; */ +} +.item-46 { + /* background: #be4368; */ +} +.item-47 { + /* background: #439bbe; */ +} +.item-48 { + /* background: #be43a3; */ +} + +.item-49 { + /* background: #06032c; */ +} + +.item-50 { + /* background: #3b052c; */ +} +.shape { + height: 20px; + width: 20px; + background-color: white; + margin-top: 28px; +} +.shape1 { + height: 20px; + width: 20px; + border-radius: 100px; + background-color: white; + margin-top: -32px; + float: right; +} +.shape2 { + height: 20px; + width: 20px; + background-color: white; + margin-top: 100px; +} +.shape3 { + height: 20px; + width: 20px; + background-color: white; + margin-top: 100px; + float: right; +} \ No newline at end of file diff --git a/05week/grid-landing-page/css/images/christian-gertenbach-179213-unsplash.jpg b/05week/grid-landing-page/css/images/christian-gertenbach-179213-unsplash.jpg new file mode 100644 index 0000000000..3f5f481aac Binary files /dev/null and b/05week/grid-landing-page/css/images/christian-gertenbach-179213-unsplash.jpg differ diff --git a/05week/grid-landing-page/css/images/mubariz-mehdizadeh-380433-unsplash.jpg b/05week/grid-landing-page/css/images/mubariz-mehdizadeh-380433-unsplash.jpg new file mode 100644 index 0000000000..900e62b731 Binary files /dev/null and b/05week/grid-landing-page/css/images/mubariz-mehdizadeh-380433-unsplash.jpg differ diff --git a/05week/grid-landing-page/grid-landing-page.html b/05week/grid-landing-page/grid-landing-page.html new file mode 100644 index 0000000000..b8f6759747 --- /dev/null +++ b/05week/grid-landing-page/grid-landing-page.html @@ -0,0 +1,117 @@ + + + + + + Grid landing page + + + +
+
+
+
cardigan
+
+
+
+

Cart

+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

50% SALE

+

Lorem dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore + magna aliqua.

+
+
+
+
+
+

A

+

N

+
+ +
+
+
+
+
+

C

+
+
+

A

+
+
+

R

+
+
+

D

+
+
+

I

+
+
+

G

+
+
+
+
+
+
+
+
+
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore + magna aliqua.

+ +
+
+
+
+
+ +

+ NEW ARRIVAL
FALL / WINTER

+
+
+ +
+
+
+
+
+ +
+
+
+
Share
+
+
+
+
+
+
+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/05week/in-class-execises/build-with-grids/css/style.css b/05week/in-class-execises/build-with-grids/css/style.css new file mode 100644 index 0000000000..f9de1b6c8b --- /dev/null +++ b/05week/in-class-execises/build-with-grids/css/style.css @@ -0,0 +1,101 @@ +@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700|Roboto+Slab:300,400'); +* { + box-sizing: border-box; +} +body { + height: 100%; + margin: 0; + padding: 0; + font-family: 'Montserrat', sans-serif; +} +.grid-item { + border: 1px dotted white; + background-color: crimson; + border-radius: 6px; + color: white; + font-size: 26px; + display: flex; + justify-content: center; + align-items: center; +} + +.grid-container { + border: 3px solid black; + height: 100%; + display: grid; + grid-template-rows: 150px 1fr 100px; + grid-template-columns: 1fr 200px; + grid-template-areas: "nav nav" + "content sidebar" + "footer footer" +} +.grid-item-1 { +grid-area: nav; +} +.grid-item-3{ + grid-area: sidebar; +} +.grid-item-4{ + grid-area: footer; +} + + + + + + + + +/* .grid-container { + border: 3px solid black; + height: 100%; + display: grid; + Explict Grid + grid-template-rows: 50px 100px; + grid-template-columns: 290px 50px 120px; + grid-template-columns: 1fr 1fr 2fr; + grid-template-rows: minmax(100px, auto); + + + /* grid-template-columns: repeat(2, 1fr); */ + /* grid-template-rows: repeat( 4, 100px); */ + + + grid-template-columns: repeat(2, 1fr); + +grid-row-gap: 20px; +grid-column-gap: 5rem; + +grid-gap: 1em; +} */ +/* .grid-item-1 { + grid-column-start: 1; + grid-column-end: 4; + grid-row-start: 1; + grid-row-end: 4; + grid-row: 2/4; + grid-column: 3/ span 2 +} */ + + + + + + + + +@media (min-width: 576px) { + +} + +@media (min-width: 768px) { + +} + +@media (min-width: 992px) { + +} + +@media (min-width: 1200px) { + +} \ No newline at end of file diff --git a/05week/in-class-execises/build-with-grids/index.html b/05week/in-class-execises/build-with-grids/index.html new file mode 100644 index 0000000000..92d4d925af --- /dev/null +++ b/05week/in-class-execises/build-with-grids/index.html @@ -0,0 +1,22 @@ + + + + + + Build-w-Grids + + + +
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
+ + \ No newline at end of file diff --git a/05week/in-class-execises/css-grids-2/css/grid-auto-placement.css b/05week/in-class-execises/css-grids-2/css/grid-auto-placement.css new file mode 100644 index 0000000000..38167bbe5e --- /dev/null +++ b/05week/in-class-execises/css-grids-2/css/grid-auto-placement.css @@ -0,0 +1,100 @@ +@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700|Roboto+Slab:300,400'); +@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Source+Sans+Pro:300,400,400i,600,700'); +* { + box-sizing: border-box; +} +body { + height: 100%; + width: 100%; + margin: 0; + padding: 0; + font-family: 'Montserrat', sans-serif; + color: black; +} + +.grid-container { + display: grid; + height: 100%; + width: 100%; + grid-template-columns: repeat(5, 1fr); + grid-template-rows: repeat(5, 1fr); + grid-gap: 2px; + grid-auto-flow: dense; +} + +.grid-container div { +color: white; +font-size: 20px; +padding: 20px; +} + +.item-1 { + background: #b03532; + grid-row-start: 1; + grid-column-end: span 2; + grid-column-start: 1; + z-index: 1; +} +h1 { + font-family: 'Montserrat', sans-serif; + color: black; + font-size: 20px; +} +.item-2 { + background: #33a8a5; + grid-row-start: 1; + grid-column-end: span 2; + grid-column-start: 2; +} +.item-3 { + background: #ff9069; +} +.item-4 { + background: #6a478f; +} +.item-5 { + background: #3d8bb1; +} +.item-6 { + background: #4464a1; +} +.item-7 { + background: #e03f3f; + grid-column: span 2; + grid-row: span 2; +} +.item-8 { + background: #59a627; +} +.item-9 { + background: #b03532; + grid-column: span 2; + grid-row: span 2; +} +.item-10 { + background: #4464a1; +} +.item-11 { + background: #33a8a5; +} +.item-12 { + background: #ff9069; +} +.item-13 { + background: #3d8bb1; +} +.item-14 { + background: #da6f2b; +} +.item-15 { + background: #59a627; +} +.item-16 { + background: #30997a; +} +.item-17 { + background: #6a478f; +} +.item-18 { + background: #da6f2b; +} \ No newline at end of file diff --git a/05week/in-class-execises/css-grids-2/css/styles.css b/05week/in-class-execises/css-grids-2/css/styles.css new file mode 100644 index 0000000000..189b5969db --- /dev/null +++ b/05week/in-class-execises/css-grids-2/css/styles.css @@ -0,0 +1,86 @@ +@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700|Roboto+Slab:300,400'); +@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Source+Sans+Pro:300,400,400i,600,700'); +* { + box-sizing: border-box; +} +body { + height: 100%; + width: 100%; + margin: 0; + padding: 0; + font-family: 'Montserrat', sans-serif; + color: black; +} +/* .border1 { + border: 1px solid red; +} +.border2 { + border: 1px solid blue; +} */ + +.container { + height: 100%; + width: 100%; +} +.image-grid-container { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); + grid-gap: 1em; +} +.image-box{ + box-shadow: 1px 1px 16px 0px rgba(134,134,134,.3); + position: relative; +} +img { + width: 100% +} + +.container h2 { + font-family: 'Amatic SC', cursive; + color:black; + font-size: 40px; + font: 700; +} +h1{ + font-family: 'Amatic SC', cursive; + color: white; + font-size: 60px; + font: 300; + position: absolute; + bottom: 0; + right: 20px; + text-shadow: 2px 2px 2px rgba(60,62,61,5); +} + + + + + + + + + + + + + + + + + + +@media (min-width: 576px) { + +} + +@media (min-width: 768px) { + +} + +@media (min-width: 992px) { + +} + +@media (min-width: 1200px) { + +} \ No newline at end of file diff --git a/05week/in-class-execises/css-grids-2/grid-auto-placement.html b/05week/in-class-execises/css-grids-2/grid-auto-placement.html new file mode 100644 index 0000000000..4738cfc04b --- /dev/null +++ b/05week/in-class-execises/css-grids-2/grid-auto-placement.html @@ -0,0 +1,34 @@ + + + + + + + Grid Auto Placement + + +
+
+

Welcome to the world!

+
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+ +
+ + \ No newline at end of file diff --git a/05week/in-class-execises/css-grids-2/index.html b/05week/in-class-execises/css-grids-2/index.html new file mode 100644 index 0000000000..32f9e22756 --- /dev/null +++ b/05week/in-class-execises/css-grids-2/index.html @@ -0,0 +1,52 @@ + + + + + + + Document + + +
+

Places I visited

+
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+
+

City Name

+ city +
+ +
+ + \ No newline at end of file diff --git a/05week/in-class-execises/responsive-card/css/images/karly-gomez-360069-unsplash.jpg b/05week/in-class-execises/responsive-card/css/images/karly-gomez-360069-unsplash.jpg new file mode 100644 index 0000000000..5ab321f0f3 Binary files /dev/null and b/05week/in-class-execises/responsive-card/css/images/karly-gomez-360069-unsplash.jpg differ diff --git a/05week/in-class-execises/responsive-card/css/style.css b/05week/in-class-execises/responsive-card/css/style.css new file mode 100644 index 0000000000..9bf9736636 --- /dev/null +++ b/05week/in-class-execises/responsive-card/css/style.css @@ -0,0 +1,124 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto+Slab'); +@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700|Roboto+Slab:300,400'); +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +/* .border-1 { + border: 2px solid red; +} +.border-2 { + border: 1px solid blue; +} */ +body { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100%; + width: 100%; + margin: 0; + padding: 0; +} +.card { + display: flex; + flex-direction: column; + justify-content: center; + height: 90%; + width: 80%; + flex: 1; + box-shadow: 1px 1px 1px 0px rgba(134,134,134.0.1); +} +.card__content { + display: flex; + flex-direction: column; + padding: 1em 2em 0; + flex: 1; + order: 2; +} +.card__content div { + margin-bottom: 1.3em; +} +.card__content .subtitle { + font-family: 'Roboto Slab', serif; + text-transform: uppercase; + font-size: 10px; + letter-spacing: 3px; + +} +.card__content .title { + font-family: 'Montserrat', sans-serif; + font-size: 30px; + line-height: 30px; + + +} +.card__content .description { + font-family: 'Montserrat', sans-serif; + font-size: 11px; + line-height: 20px; + +} +.card__content .link a { + font-family: 'Montserrat', sans-serif; + text-decoration: none; + letter-spacing: 2px; + font-size: 9px; + text-transform: uppercase; + font-weight: 600; + + +} +.card__image { + background: url(../css/images/karly-gomez-360069-unsplash.jpg); + background-size: cover; + background-repeat: no-repeat; + flex: 1; + order: 1; + +} + + + + +@media (min-width: 576px) { +.card__content { + padding: 2em; +} +.card__content .description { + line-height: 16px; +} +.card { + flex: 2; +} +} + +@media (min-width: 768px) { + .card { + flex-direction: row; + } +.card__content { + order: 1; + padding: 6em 2em 0; +} + +.card__content .description { + line-height: 22px; + +} + +.card__image { + order: 2; + flex:2; + +} +} + +@media (min-width: 992px){ + .card { + height: 550px; + width: 900px;; + } +} + diff --git a/05week/in-class-execises/responsive-card/index.html b/05week/in-class-execises/responsive-card/index.html new file mode 100644 index 0000000000..c2ff058950 --- /dev/null +++ b/05week/in-class-execises/responsive-card/index.html @@ -0,0 +1,26 @@ + + + + + + + responsive-card + + +
+
+
Tipsy the Season
+
Seanonal Cocktails
+
Lorem ipsum dolor sit amet, + consectetur adipiscing elit, sed do eiusmod tempor incididunt + ore et dolore magna aliqua. Ut enim ad minim veniam, quis + nostrud exercitation ullamco laboris nisi ut aliquip ex ea + commodo consequat.
+ +
+
+
+ + \ No newline at end of file diff --git a/05week/transitions-and-transformations/css/style.css b/05week/transitions-and-transformations/css/style.css index e69de29bb2..2510e5b872 100644 --- a/05week/transitions-and-transformations/css/style.css +++ b/05week/transitions-and-transformations/css/style.css @@ -0,0 +1,121 @@ +@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900'); + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +body { + height: 100%; + width: 100%; + padding: 0; + display: flex; + flex-direction: column; + align-items: center; +} +.grid-container{ + display: flex; + flex-direction: column; + align-items: center; + width: 150px; +} +.square{ + height: 50px; + width: 50px; + color: white; + border-radius: 5px; + box-shadow: 2px 2px 7px 0px rgba(134, 134, 134, 0.63); + margin: 5px; + text-align: center; + display: flex; + /* flex-direction: column; */ + align-items: center; + justify-content: center; + transition: all 500ms ease-in-out; + +} +.grid-container { + border: 1px solid peru; +} +.grid-container:hover .square:nth-of-type(even) { + transform: scale(2); +} +.grid-container:hover .square:nth-of-type(odd) { + transform: scale(.5) rotate(90deg) translateX(-100em); + +} +.square-1 { + background: #b03532; +} +.square-2 { + background: black; + + +} +.square-2:hover { + background: #b03532; + animation: change-background 4s ease infinite; + + + +} +.square-3 { + background: #b03532; + +} +.square-4 { + background: black; +} +.square-4:hover { + background: #b03532; +} +.square-5 { + background: #b03532; + +} +.square-6 { + background: black; +} +.square-6:hover { + background: #b03532; +} +.square-7 { + background: #b03532; + +} +.square-8 { + background:black; +} +.square-8:hover { + background: #b03532; +} +.square-9 { + background: #b03532; + +} +.square-10 { + background: black; +} +.square-10:hover { + background: #b03532; +} +.square-11 { + background: #b03532; +} +.square-12 { + background: black; +} +.square-12:hover { + background: #b03532; +} +@keyframes change-background { + 0% { + background: rgba(0, 0, 0, 0.756); + } + 50% { + background: rgba(21, 33, 135, 0.626); + } + 100% { + background: #c811cbbd; + } +} \ No newline at end of file diff --git a/05week/transitions-and-transformations/index.html b/05week/transitions-and-transformations/index.html index 8b13789179..3bcb55ea07 100644 --- a/05week/transitions-and-transformations/index.html +++ b/05week/transitions-and-transformations/index.html @@ -1 +1,25 @@ - + + + + + + Transition project Squares + + + +
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
+ + diff --git a/05week/travel-gram/images/ales-nesetril-734016-unsplash.jpg b/05week/travel-gram/images/ales-nesetril-734016-unsplash.jpg new file mode 100644 index 0000000000..90c3d06e25 Binary files /dev/null and b/05week/travel-gram/images/ales-nesetril-734016-unsplash.jpg differ diff --git a/08week/tic-tac-toe/index.html b/08week/tic-tac-toe/index.html index 37e4c9f386..d6506e2f33 100644 --- a/08week/tic-tac-toe/index.html +++ b/08week/tic-tac-toe/index.html @@ -23,7 +23,17 @@
+ + + diff --git a/08week/tic-tac-toe/script.js b/08week/tic-tac-toe/script.js index 0509eaee74..344eb5179e 100644 --- a/08week/tic-tac-toe/script.js +++ b/08week/tic-tac-toe/script.js @@ -2,4 +2,63 @@ $(document).ready(function() { // Put app logic in here -}); + /// determine winner by (0,1,2) + /// var player1, player 2, count + /// function for clear board + /// + + +let player1 = 'x' +let player2 = 'o' +let play = 'x' +let dataCell = $('div[data-cell]') + +dataCell.click(function(){ +if (play === 'x') { + $(this).append('o') + play = '0' + } else { + $(this).append('x') + play = 'x' + } + function readDataCellValue(cell){ + let attrVal = cell.attr('data-cell') + + } + +}) + +$('#clear').on('click', function() { + dataCell.empty() +}) + + +///drag and drop practice +dataCell.draggable() + + + + + + + + + + + + + + + + + + + + + + + + +}) + +///drag and drop practice diff --git a/09week/customer-satisfaction/index.html b/09week/customer-satisfaction/index.html index e69de29bb2..37ca6cbaf2 100644 --- a/09week/customer-satisfaction/index.html +++ b/09week/customer-satisfaction/index.html @@ -0,0 +1,84 @@ + + + + + + + + form + + +
+
+ +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ +
+ + + +
+ + +
+
+ + +
+ + +
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/09week/form-practice/bootstrapForm.html b/09week/form-practice/bootstrapForm.html new file mode 100644 index 0000000000..62142d76e8 --- /dev/null +++ b/09week/form-practice/bootstrapForm.html @@ -0,0 +1,42 @@ + + + + + + + + + + + Hello, world! + + +
+
+
+
+ + + We'll never share your email with anyone else. +
+
+ + +
+
+ + +
+ +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/09week/form-practice/css/style.css b/09week/form-practice/css/style.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/09week/form-practice/index.html b/09week/form-practice/index.html new file mode 100644 index 0000000000..161f3e5fad --- /dev/null +++ b/09week/form-practice/index.html @@ -0,0 +1,36 @@ + + + + + + + + form1 + + +
+

Sign Up For My Site!

+ + + + + + + + + + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/09week/form-practice/js/app.js b/09week/form-practice/js/app.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/checkpoint-one/css/style.css b/checkpoint-one/css/style.css index 8b13789179..d68ba6806b 100644 --- a/checkpoint-one/css/style.css +++ b/checkpoint-one/css/style.css @@ -1 +1,210 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +main { + background-image: url(../images/hero-image3.jpg); + border: 1px solid red; + height: 100vh; + background-size: cover; + background-repeat: no-repeat; + margin: 0 auto; +} +.logo { + /* border: 1px solid red; */ + display: flex; + margin: 200px auto; +} +.container1 { + border: 1px solid blue; + height: 70%; + background-image: url(../images/image-3.jpg); + background-size: 100%; + background-repeat: no-repeat; +} +.headline { + display: flex; + justify-content: left; + flex-wrap: wrap; + /* border: 1px solid orange; */ + height: 40%; + width: 600px; + margin-left: 100px; + margin-top: 80px; + display: inline-block; +} +.headline h1 { + color: rgb(255, 89, 0); + font-family: 'Source Sans Pro', sans-serif; + font-weight: 700; + font-size: 50px; +} +.headline p { + color: white; + font-family: 'Source Sans Pro', sans-serif; + font-weight: 200; + font-size: 30px; +} + .app-store img { + /* border: 1px solid red; */ + height: 25%; + margin-top: 20px; +} +.phones { + /* border: 1px solid red; */ + /* display: flex; + flex-wrap: wrap; */ + float: right; + /* display: inline-block; */ + margin-right:200px; + margin-top: -230px; + /* height: 300px; */ +} +.what-we-do{ + /* border: 1px solid black; */ + display: flex; + margin-left: 70px; + /* margin-right: 50px; */ + width: 90%; + padding-left: 50px; + padding-right: 50px; + padding-top: 10px; + justify-content: space-between; + align-self: center; + text-align: center; +} +article { + height: 324px; + width: 270px; +} +article h2 { + font-family: 'Source Sans Pro', sans-serif; + font-weight: 500; + color: rgb(255, 89, 0); + +} +article p { + font-family: 'Source Sans Pro', sans-serif; + font-weight: 300; + line-height: 26px; + padding-top: 10px; +} +article img { + padding-bottom: 20px; +} + +.container3 { + /* border: 1px solid black; */ + display: flex; + margin-left: 70px; + width: 90%; + height: 450px; + margin-top: 50px; + justify-content: center; + align-content: center; +} +section h3 { + font-family: 'Source Sans Pro', sans-serif; + font-weight: 700; + padding-top: 100px; + font-size: 30px; + margin: 0 auto; + text-align: left; +} +.highlight { + color: rgb(255, 89, 0); +} +h3::after { + content: ''; + width: 55px; + height: 1px; + /* margin: 30px auto 25px; */ + display: block; + margin-top: 20px; + /* background-color: #c0c2c6; */ +} + +.sub-title { + font-family: 'Source Sans Pro', sans-serif; + font-weight: 300; + font-size: 20px; +} +.shooting-test { + /* border: 1px solid salmon; */ + transform: rotate(5deg); + /* height: 100%; */ + margin-top: -650px; + /* width: 500px; */ + position: absolute; + flex-direction: row; + margin-left: -200px; +} +.middle-section { + margin-top: -300px; +} +.body-copy h4 { + /* border: 1px solid red; */ + font-family: 'Source Sans Pro', sans-serif; + font-weight: 700; + margin-left: 470px; + margin-right: 200px; + margin-top: 100px; + width: 300px; + /* height: 100px; */ +} +.body-copy p { + /* border: 1px solid red; */ + font-family: 'Source Sans Pro', sans-serif; + font-weight: 300; + margin-left: 470px; + margin-right: 200px; + width: 300px; + margin-top: 10px; + /* margin-top: -200px; */ + /* height: 200px; */ +} +.body-copy2 h4 { + /* border: 1px solid red; */ + font-family: 'Source Sans Pro', sans-serif; + font-weight: 700; + margin-left: 470px; + margin-right: 200px; + margin-top: 50px; + width: 300px; + /* height: 100px; */ +} +.body-copy2 p { + /* border: 1px solid red; */ + font-family: 'Source Sans Pro', sans-serif; + font-weight: 300; + margin-left: 470px; + margin-right: 200px; + width: 300px; + margin-top: 10px; + /* margin-top: -200px; */ + /* height: 200px; */ +} +iframe { + /* border: 1px solid red; */ + margin-top: 400px; + width: 100%; +} + +.container4 { + /* border: 1px solid blue; */ + height: 40%; + background-size: 50%; + background-repeat: no-repeat; + margin-left: 5%; + margin-right: 50%; + margin-top: 5%; +} +.iphone-shot2 { + float: right; + /* border: 1px solid salmon; */ + transform: rotate(-5deg); + /* height: 100%; */ + margin-top: -400px; +} diff --git a/checkpoint-one/images/Ballogy-final-05.png b/checkpoint-one/images/Ballogy-final-05.png new file mode 100644 index 0000000000..6b4676c449 Binary files /dev/null and b/checkpoint-one/images/Ballogy-final-05.png differ diff --git a/checkpoint-one/images/Ballogy-final-06.png b/checkpoint-one/images/Ballogy-final-06.png new file mode 100644 index 0000000000..8f3fd4001d Binary files /dev/null and b/checkpoint-one/images/Ballogy-final-06.png differ diff --git a/checkpoint-one/images/Google-Play-and-Apple-App-Store-Logos-Two-Up.png b/checkpoint-one/images/Google-Play-and-Apple-App-Store-Logos-Two-Up.png new file mode 100644 index 0000000000..f811d65c02 Binary files /dev/null and b/checkpoint-one/images/Google-Play-and-Apple-App-Store-Logos-Two-Up.png differ diff --git a/checkpoint-one/images/ICONS-01.png b/checkpoint-one/images/ICONS-01.png new file mode 100644 index 0000000000..52fa50dbcf Binary files /dev/null and b/checkpoint-one/images/ICONS-01.png differ diff --git a/checkpoint-one/images/ICONS-02.png b/checkpoint-one/images/ICONS-02.png new file mode 100644 index 0000000000..7bb8f1a551 Binary files /dev/null and b/checkpoint-one/images/ICONS-02.png differ diff --git a/checkpoint-one/images/ICONS-03.png b/checkpoint-one/images/ICONS-03.png new file mode 100644 index 0000000000..87a9e49ba6 Binary files /dev/null and b/checkpoint-one/images/ICONS-03.png differ diff --git a/checkpoint-one/images/ICONS-04.png b/checkpoint-one/images/ICONS-04.png new file mode 100644 index 0000000000..20703c3ddb Binary files /dev/null and b/checkpoint-one/images/ICONS-04.png differ diff --git a/checkpoint-one/images/hero-image.jpg b/checkpoint-one/images/hero-image.jpg new file mode 100644 index 0000000000..6b56656c73 Binary files /dev/null and b/checkpoint-one/images/hero-image.jpg differ diff --git a/checkpoint-one/images/hero-image1.jpg b/checkpoint-one/images/hero-image1.jpg new file mode 100644 index 0000000000..5125a8cd1f Binary files /dev/null and b/checkpoint-one/images/hero-image1.jpg differ diff --git a/checkpoint-one/images/hero-image2.jpg b/checkpoint-one/images/hero-image2.jpg new file mode 100644 index 0000000000..cd22de8317 Binary files /dev/null and b/checkpoint-one/images/hero-image2.jpg differ diff --git a/checkpoint-one/images/hero-image3.jpg b/checkpoint-one/images/hero-image3.jpg new file mode 100644 index 0000000000..389fcfbea7 Binary files /dev/null and b/checkpoint-one/images/hero-image3.jpg differ diff --git a/checkpoint-one/images/image-2.jpg b/checkpoint-one/images/image-2.jpg new file mode 100644 index 0000000000..88ea420703 Binary files /dev/null and b/checkpoint-one/images/image-2.jpg differ diff --git a/checkpoint-one/images/image-3.jpg b/checkpoint-one/images/image-3.jpg new file mode 100644 index 0000000000..4285609777 Binary files /dev/null and b/checkpoint-one/images/image-3.jpg differ diff --git a/checkpoint-one/images/iphone-Shooting-test.png b/checkpoint-one/images/iphone-Shooting-test.png new file mode 100644 index 0000000000..dc25a4288a Binary files /dev/null and b/checkpoint-one/images/iphone-Shooting-test.png differ diff --git a/checkpoint-one/images/iphone-shot2.png b/checkpoint-one/images/iphone-shot2.png new file mode 100644 index 0000000000..dfb99ac7ee Binary files /dev/null and b/checkpoint-one/images/iphone-shot2.png differ diff --git a/checkpoint-one/images/phones.png b/checkpoint-one/images/phones.png new file mode 100644 index 0000000000..4f3470c38f Binary files /dev/null and b/checkpoint-one/images/phones.png differ diff --git a/checkpoint-one/index.html b/checkpoint-one/index.html index 8b13789179..06f3ef9683 100644 --- a/checkpoint-one/index.html +++ b/checkpoint-one/index.html @@ -1 +1,118 @@ + + + + + + + + Ballogy + + +
+
+ +
+
+
+
+
+

ELEVATE YOUR GAME

+
+
+

Revolutionizing the way youth and + amateur athletes prepare for their sports.

+
app-store
+
+
+
+ phones +
+
+
+
+
+ icon1 +

GET CONNECTED

+

Get the attention of coaches, schools, and other + athletes around the world as you build your athletic + profile and share your success.

+
+
+ icon2 +

GET BETTER EVERY DAY

+

Ballogy measures, tracks, and evaluates the growth and progress + of your development over time with standardized assessments of + general athletic skills, sport-specific skills, and body measurements.

+
+
+ icon3 +

GAMIFY TRAINING

+

Challenge yourself and others as you move up the ranks of + leaderboards with every Ballogy test you take. You have the + option to compete against a friend, your teammates, or the entire + basketball community.

+
+
+ icon4 +

MAKE IT OFFICIAL

+

Certify your shooting scores, performance, and body + measurements for ultimate credibility with coaches and schools. + Ask us about a Ballogy Certified Test Center™ or trainer near you.

+
+
+
+
+
+

A + first-of-its-kind mobile app

+

Connect, compete, and develop at every level of the game.

+
+
+
+
+

Athletic Profile

+

+ Showcase your basketball highlights, videos, photos and other athletic achievements + in your personal Ballogy account.

+
+
+
+
+

Leaderboards

+

+ Move up the ranks and enjoy the notoriety it + brings with every Ballogy Shooting Test you take.

+
+
+ +
+
+

Shooting Results

+

+ Track your long-term performance with powerful + analytics that are changing the game for player development.

+
+
+
+ shooting-test +
+
+ +
+
+
+
+

Built-in + Certified Testing and AnalyticsPlatform

+

The industry standard for measuring, tracking, and evaluating the long-term growth and progress of young athletes’ skills development.

+
+ +
+ +
+
+ shot2 +
+ + diff --git a/jsPractice/app.js b/jsPractice/app.js new file mode 100644 index 0000000000..f3d500e4d4 --- /dev/null +++ b/jsPractice/app.js @@ -0,0 +1,100 @@ + +/* +_This is a comment. Follow the other lines that look like me to complete the assignment. Start your LiveServer to see your changes as you save them. +_"document" is the interface we have on the screen, also known as the DOM. +_.write is a built in method(or function) we can use to print things out on the document/screen. */ + +document.write("this is the first line in the script I came across. Change me now.") +document.write("
") // Don't worry about this line. + +/* Add +_1. Declare, name and assign two variables Number type values on line 1 and 20 +_2. Pass the names into the method below like so: document.write(myNum + myNumTwo)on line 22. Be sure to add in the " + " in-between the two variables. +_3. Save and checkout your browser. +*/ +var item = 3 +var itemTwo = 8 + + + + +document.write(item+itemTwo) +document.write("
") // Don't worry about this line. + +/* Subtract +_1. Now pass those same variables into the ".write()" method on line 30 but with a " - " in-between them. +_2. Save and checkout your browser. +*/ +var item = 3 +var itemTwo = 8 + +document.write(item-itemTwo) +document.write("
") // Don't worry about this line. + +/* Multiply +_1. Create another Number type variable with a different value on line 40 +_2. Do you see the function multiplyTwoNumbers on line 42? It takes in two factors a & b and returns their product. +_3. Do you see the document.write(()) on line 46? Un-comment it by removing the // before it. +_4. In that same line, pass your new variable's name and one of your first variable's names in the middle of the (()). +_5. Save and checkout your browser. +*/ +var car = 2 +var car2 = 5 + +function multiplyTwoNumbers(a, b) { +return a * b +} + +document.write(multiplyTwoNumbers(car,car2)) +document.write("
") // Don't worry about this line. + +/* Divide +_1. Below you will see another document.write() on line 57? +_2. Type in multipleTwoNumbers(a, b) but replace "a" and "b" with your first two variables you created on lines 19 & 20 +_3. Then type in " / ". +_4. Then type in the name of your last made variable on line 40. +_5. Save and checkout your browser. +*/ + +document.write(multiplyTwoNumbers(item, itemTwo/car2)) +document.write("
") // Don't worry about this line. + +/*Compare +_1. Use the Comparison Operators: <, >, ==, === !=, !=== +_2. Create a few more variables of either Number or String type +_3 Make a few comparisons inside the () of document.write on line 68. +_4. Save and checkout your browser. Play some more!! +*/ + +var name = 10 +var numbers = 3 +var name1 = 5 + +document.write(name === name1) +document.write("
") // Don't worry about this line. + +/*Concat Strings "Hello" + "Snoopy" => "Hello Snoopy" +_1. Create a few new String type variables below +_2. Type the names in to the () of the document.write method below on line 80 separating each name with a " + ". +*/ +var firstName = "ericka" +var lastName = "herod" +var greeting = "Hello" + +function greetUser (greeting, firstName, lastName) { + return greeting + " " + firstName + " " + lastName +} + + + + +document.write(greeting + " " + firstName + " " + lastName) +document.write("
") // Don't worry about this line. + +// examples of variables. +var myVarOne = "I"; +var myVarTwo = "Gangs of New York"; +var myVarThree = "love"; + +document.write("
") +document.write(myVarOne + " " + myVarThree + " " + myVarTwo) \ No newline at end of file diff --git a/jsPractice/index.html b/jsPractice/index.html new file mode 100644 index 0000000000..aa93ab4fa7 --- /dev/null +++ b/jsPractice/index.html @@ -0,0 +1,15 @@ + + + + Practice + + + + +

When you're finshed see if you can bring in some of these other + built in methods +

+ + + + \ No newline at end of file