Skip to content

Commit

Permalink
update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
zoelud committed Apr 6, 2020
1 parent 70982ad commit 42953d8
Show file tree
Hide file tree
Showing 43 changed files with 7 additions and 17 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@ _You will know everything is working properly when you see the styles enabled fo
* [ ] Add a viewport meta tag to the head of your index.html page
* [ ] [Review the provided home desktop design file](design/home.png). You are to build the missing navigation system and header image. You have been provided all content necessary in the [index.html file](index.html)
* [ ] Navigation Styles: Use the `navigation.less` file for styling.
* [ ] Main Content Styles: Use the `home-page.less` file for styling
* [ ] Main Content Styles: Use the `main.less` file for styling
* [ ] LESS Mixins: Create and use 2 different mixins to aid your styling. Use the `mixins.less` file for your mixins
* [ ] LESS Parametric Mixin: create a parametric mixin that is used to create the `contact us` button styles.
* [ ] Use at least 2 parameters to create your button
* [ ] Create a hover state that changes the opacity of images to 80%
* [ ] use good coding practices including adding responsive breakpoints to your code with media queries

### Task 2b: Minimum Viable Product - JavaScript

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
21 changes: 5 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,25 @@

</header>

<div class="title container">
<section class="title-container">

<!-- image code here -->

<hr>
</div>
</section>

<section id="artists-container">
<div id="artist">
<section class="artists-container">
<div class="artist">
<img src="https://images.fineartamerica.com/images/artworkimages/mediumlarge/3/starry-night-by-vincent-van-gogh-vincent-van-gogh.jpg"/>
<a href="https://en.wikipedia.org/wiki/Vincent_van_Gogh"> Vincent Van Gogh</a>
<div class = "bio">Vincent Willem van Gogh (Dutch: [ˈvɪnsɛnt ˈʋɪləm vɑŋ ˈɣɔx] (listen); 30 March 1853 – 29 July 1890) was a Dutch Post-Impressionist painter who is among the most famous and influential figures in the history of Western art. In just over a decade he created about 2,100 artworks, including around 860 oil paintings, most of them in the last two years of his life. They include landscapes, still lifes, portraits and self-portraits, and are characterised by bold colours and dramatic, impulsive and expressive brushwork that contributed to the foundations of modern art. However, he was not commercially successful, and his suicide at 37 followed years of mental illness and poverty.</div>
</div>

<div id="artist">
<div class="artist">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/The_Fighting_Temeraire%2C_JMW_Turner%2C_National_Gallery.jpg/600px-The_Fighting_Temeraire%2C_JMW_Turner%2C_National_Gallery.jpg"/>
<a href="https://en.wikipedia.org/wiki/J._M._W._Turner"> Joseph Mallord William Turner</a>
<div class = "bio">Joseph Mallord William Turner (23 April 1775 – 19 December 1851), known as J. M. W. Turner and contemporarily as William Turner, was an English Romantic painter, printmaker and water colourist. He is known for his expressive colourisations, imaginative landscapes and turbulent, often violent marine paintings.</div>
</div>
<div id="artist">
<img src="assets/Amedeo Modigliani.png">
<a href="http://en.wikipedia.org/wiki/Amedeo_Modigliani">Amedeo Modigliani</a>
<div class="bio"> Amedeo Clemente Modigliani (Italian pronunciation: [ameˈdɛːo modiʎˈʎaːni]; 12 July 1884 – 24 January 1920) was an Italian Jewish painter and sculptor who worked mainly in France. He is known for portraits and nudes in a modern style characterized by elongation of faces, necks, and figures that were not received well during his lifetime but later found acceptance. Modigliani spent his youth in Italy, where he studied the art of antiquity and the Renaissance. In 1906 he moved to Paris, where he came into contact with such artists as Pablo Picasso and Constantin Brâncuși. By 1912 Modigliani was exhibiting highly stylized sculptures with Cubists of the Section d'Or group at the Salon d'Automne.
</div>

<div id="artist">
<img src="assets/Vasiliy Kandinskiy.png">
<a href="http://en.wikipedia.org/wiki/Wassily_Kandinsky">Vasiliy Kandinskiy</a>
<div class="bio"> Wassily Wassilyevich Kandinsky (Russian: Васи́лий Васи́льевич Канди́нский, tr. Vasíliy Vasílʹevich Kandínskiy) (16 December [O.S. 4 December] 1866 – 13 December 1944) was a Russian painter and art theorist. </div></div>
</div>
</section>
</body>
</html>

0 comments on commit 42953d8

Please sign in to comment.