Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabfab1 committed Jul 11, 2018
1 parent da40d7f commit f647375
Show file tree
Hide file tree
Showing 88 changed files with 115 additions and 2 deletions.
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.
Binary file not shown.
Binary file removed BlockGen/initial code/BlockGen2/BlockGen2.zip
Binary file not shown.
106 changes: 106 additions & 0 deletions docs/BlockGen.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
body {
background-image: url("images/bgimage_brick.jpg");
font-size: 1.6vw;
}

h1 {
color: black;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: bold;
font-variant: normal;
font-size: 4vw;
}

h2 {
color: black;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
font-variant: normal;
font-size: 2.5vw;
}

h3 {
color: black;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: bold;
font-variant: normal;
font-size: 2vw;
}

h4 {
color: black;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: normal;
font-variant: small-caps;
font-size: 1.7vw;
}

p {
color: black;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 1.8vw;
}

.card {
position: relative;
float: left;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
border: 1px solid black;
box-sizing: border-box;
transition: 0.3s;
width: 24%;
}

.card p {
color: black;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight: normal;
font-variant: normal;
font-size: 1.5vw;
}


.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
padding: 2px 16px;
}

.cardrow {
margin: 50px;
}

/* For modern browsers */
.cardrow:before,
.cardrow:after {
content:"";
display:table;
}

.cardrow:after {
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cardrow{
zoom:1;
}
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 docs/images/bgimage_brick.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions docs/pub.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
<body>
<h1 align="center">BlockGen in Publications</h1>
<p>The following are publications using BlockGen:</p>
<p><br>
</p>
<div class="csl-bib-body" style="line-height: 1.35; margin-left: 2em; text-indent:-2em;">
<div class="csl-entry">Buccellati, F. 2016. <i>Three-Dimensional
Volumetric Analysis in an Archaeological Context: The Palace of
Tupkish at Urkesh and Its Representation</i>. Bibliotheca Mesopotamica
30. Malibu, CA: Undena Publications.</div>
<span class="Z3988" title="url_ver=Z39.88-2004&amp;ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;rft_id=urn%3Aisbn%3A978-0-9798937-2-8&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=Three-dimensional%20Volumetric%20Analysis%20in%20an%20Archaeological%20Context%3A%20The%20Palace%20of%20Tupkish%20at%20Urkesh%20and%20its%20Representation&amp;rft.place=Malibu%2C%20CA&amp;rft.publisher=Undena%20Publications&amp;rft.series=Bibliotheca%20Mesopotamica&amp;rft.aufirst=F.&amp;rft.aulast=Buccellati&amp;rft.au=F.%20Buccellati&amp;rft.date=2016&amp;rft.isbn=978-0-9798937-2-8&amp;rft.language=English"></span>
</div>
<p> </p>
<p> <a href="https://fabfab1.github.io/BlockGen/">Back to BlockGen Homepage</a></p>
</body>
</html>

0 comments on commit f647375

Please sign in to comment.