Continue projects, skills hidden by default
This commit is contained in:
parent
0bde78da0c
commit
4dd59e8a7e
1
.vscode/tasks.json
vendored
1
.vscode/tasks.json
vendored
@ -3,6 +3,7 @@
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "0.1.0",
|
||||
"command": "gulp",
|
||||
"isShellCommand": true,
|
||||
"tasks": [{
|
||||
"taskName": "default",
|
||||
"isBuildCommand": true,
|
||||
|
@ -82,15 +82,16 @@ body {
|
||||
width: 390px;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 5px;
|
||||
padding: 0px;
|
||||
padding: 0 0 1em 0;
|
||||
display: inline-block;
|
||||
margin: 3px;
|
||||
overflow: hidden; }
|
||||
.slide div .project .cover {
|
||||
height: 300px;
|
||||
height: 15em;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
margin: 0px; }
|
||||
margin: 0px;
|
||||
padding: 1em; }
|
||||
.slide div .project h2 {
|
||||
margin: .5em 0 0 1em;
|
||||
padding: 0; }
|
||||
@ -120,7 +121,6 @@ body {
|
||||
margin-top: 1.7em; }
|
||||
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
font-style: italic; }
|
||||
|
||||
a {
|
||||
|
16
index.html
16
index.html
@ -122,25 +122,11 @@
|
||||
<div>
|
||||
<div class="project">
|
||||
<div class="cover" id="sierra">
|
||||
<span class="award">Hackathon winner</span>
|
||||
</div>
|
||||
<h2>Project Name</h2>
|
||||
<p>Project description</p>
|
||||
</div>
|
||||
<div class="project">
|
||||
<div class="cover" id="sierra">
|
||||
</div>
|
||||
<p>Project description</p>
|
||||
</div>
|
||||
<div class="project">
|
||||
<div class="cover" id="sierra">
|
||||
</div>
|
||||
<p>Project description</p>
|
||||
</div>
|
||||
<div class="project">
|
||||
<div class="cover" id="sierra">
|
||||
</div>
|
||||
<p>Project description</p>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
|
@ -116,15 +116,16 @@ body {
|
||||
width: $width/2 - 10;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 5px;
|
||||
padding: 0px;
|
||||
padding: 0 0 1em 0;
|
||||
display: inline-block;
|
||||
margin: 3px;
|
||||
overflow: hidden;
|
||||
.cover {
|
||||
height: 300px;
|
||||
height: 15em;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
margin: 0px;
|
||||
padding: 1em;
|
||||
}
|
||||
h2 {
|
||||
margin: .5em 0 0 1em;
|
||||
@ -165,7 +166,7 @@ body {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
// font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user