Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Compiled Images and Wrote CSS and HTMl for uitgeverij
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 18, 2017
1 parent 56b2974 commit 430d707
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 9 deletions.
26 changes: 26 additions & 0 deletions dev/css/parts/_uitgeverij.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@import '_vars';

.uitgeverij{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
h1{
flex: 1 1 100%;
}
section{
flex: 1 1 45%;
padding: 10px 2.5%;
img{
width: 40%;
}
.subDiv{
display: inline-flex;
flex-direction: column;
width: 50%;
a{
margin-top: 0;
margin-bottom: 10px;
}
}
}
}
3 changes: 2 additions & 1 deletion dev/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
@import 'parts/_portfolio';
@import 'parts/_contact';
@import 'parts/_speeches';
@import 'parts/_portfolio-item';
@import 'parts/_portfolio-item';
@import 'parts/_uitgeverij';
Binary file modified dev/links/In-2CRev-128px-TM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/links/does-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/links/does-logo@0,5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/homepage_tekening.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/homepage_tekening@0,25x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/homepage_tekening@0,5x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/homepage_tekening@0,75x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/jacoba.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/links/logo_does.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/maarten_poorter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/ruud.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/trudy_admiraal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/visitekaartje.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/links/vrij_van_chronische_depressie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 18 additions & 8 deletions dev/uitgeverij.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,24 @@

</header>
<main role="main">
<article>
<p>
<span>Redactie Admiraal</span>, dat ben ik: schrijvend journalist Trudy Admiraal. Ik schrijf artikelen, interviews, speeches en boeken. Mijn soepele pen is ontdekt door verschillende opdrachtgevers en bladen. Ik ben ook een bedreven eindredacteur die teksten van anderen beter maakt.<br><br>
In de portfolio map vindt u voorbeelden van mijn werk.
Sinds 2016 is mijn bedrijf uitgebreid met uitgeverij Editie does.
Kijk rustig rond op mijn site en bel of mail me als ik u kan helpen.
</p>
<a role="button" href="schrijfwerk.html">Naar Schrijfwerk</a>
<article class="uitgeverij">
<h1>Uitgeverij</h1>
<section>
<p>
Uitgeverij Editie does is in 2016 gestart in Amsterdam. Editie does maakt boeken waar veel mensen blij van worden maar die grotere uitgeverijen laten liggen vanwege het financiële risico.<br>
Wij omarmen mooie projecten en doen alles 50-50 met de makers.
Uitgeverij Editie does is aangesloten bij De Vrije Uitgevers.<br><br>

Contact: [email protected]
</p>
</section>
<section>
<img src="links/logo_does.jpg" alt="Uitgeverij Does logo.">
<div class="subDiv">
<a href="" role="button">Naar Webshop</a>
<a role="button" href="portfolio.html">Naar Portfolio</a>
</div>
</section>
</article>
</main>
<script src="js/script.js" async></script>
Expand Down

0 comments on commit 430d707

Please sign in to comment.