diff --git a/starter-code/img/basic_exclamation.svg b/starter-code/img/basic_exclamation.svg new file mode 100644 index 000000000..39e367de6 --- /dev/null +++ b/starter-code/img/basic_exclamation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/starter-code/img/basic_info.svg b/starter-code/img/basic_info.svg new file mode 100644 index 000000000..6e880488b --- /dev/null +++ b/starter-code/img/basic_info.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/starter-code/img/basic_question.svg b/starter-code/img/basic_question.svg new file mode 100644 index 000000000..b7baf50ff --- /dev/null +++ b/starter-code/img/basic_question.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/starter-code/reveraclone.html b/starter-code/reveraclone.html new file mode 100644 index 000000000..305514ddf --- /dev/null +++ b/starter-code/reveraclone.html @@ -0,0 +1,194 @@ + + + + + + + CLone revera + + + + + + + + + +
+
+

ETIAM MAURIS TORTOR, PHARETRA QUIS, LOBORTIS IN, PHARETRA IN DIAM

+

kkgnsgsg

+ Learn more +
+ +
+
+ exclamation +

Web Design

+

spkbns

+ +
+
+ +
+
+ basic +

Web Development

+

spkbns

+
+
+
+
+ question1 +
Web Development
+

spkbns

+
+
+
+
+
+
Latest Projects
+

FEW OF THE LATEST PORTFOLIO ITEMS

+
+
+ + +
+ +
+
+ Muscles +

spkbns

+
+
+ +
+
+ cat +

spkbns

+
+
+ +
+
+ flower +

spkbns

+
+ +
+
+ happy +

spkbns

+
+
+
+ +
+
+ Latest Articles +

LATEST POST FROM VLOGS

+
+
+
+ dog-cat + fshdhdfh +

sgfg +
+
+

+

+
+
+
+
+ fruit + adfgsg +

sfhdhd +
+
+

+
+
+
+
+ flower + spkbns +

dfhdgh +
+
+ +

+
+
+
+
+ Hike + spkbns +

fgdfg +
+
+

+
+
+
+ + +
+
+
+ +
+ REVERA +

fgflg

+
+ +
+ META +

Login

+
+

Entries RSS

+
+

Comments RSS

+
+

WordPress.org

+
+ +
+ ARCHIVES +

August 2013

+
+
+
+ RECENT POST +

gdfgdfg

+
+

dfgdfgdfg

+
+

dfgdfsgdf

+
+

dfgdfsgdfg

+
+

sf

+
+ +
+ + + + + + \ No newline at end of file diff --git a/starter-code/style.css b/starter-code/style.css new file mode 100644 index 000000000..f62602138 --- /dev/null +++ b/starter-code/style.css @@ -0,0 +1,56 @@ +img { + width: 100%; +} + +.hero { + text-align: center; + background-image: url(../starter-code/img/slider-1.jpg); + background-repeat: no-repeat; + background-size: 100%; + padding: 100px 0; + color: white; + + +} +.hero h2{ + color: white; + text-align: center; +} + +.menu { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; +} + +.menu img { + width: 10px; + display: ; +} + +.menu ul { + display: flex; + list-style: none; +} + +.menu li { + margin-right: 20px; +} + +.flex-container img{ + width: 100px; + height: auto; + align-items: center; + justify-content: space-between; + display: flex; +} + +.footer { + background-color: rgb(45, 45, 45); + color: white; + justify-items: first baseline; + padding: 30px; + justify-content: space-between; +} +