Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Wei committed May 25, 2016
1 parent 358fc2b commit b2f511d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ section h3.section-subheading{
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{
opacity:1
opacity:1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{
Expand All @@ -326,7 +326,7 @@ section h3.section-subheading{
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{
margin:0
margin: 0px
}

#portfolio .portfolio-item .portfolio-caption{
Expand Down
Binary file modified img/.DS_Store
Binary file not shown.
Binary file added img/portfolio/ignite_main.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 added img/portfolio/ignite_prev.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: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3 class="section-subheading text-muted">Here are just some of the exciting thi
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/placeholder.png" class="img-responsive" alt="">
<img src="img/portfolio/ignite_prev.jpg" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Ignite@CU</h4>
Expand Down Expand Up @@ -284,7 +284,7 @@ <h4>Global Tech Treks</h4>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover" style="bg-color: #1c3144">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
Expand Down Expand Up @@ -370,9 +370,10 @@ <h3>Thanks to all of the people who helped us this year!</h3>
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Ignite@CU</h2>
<p class="item-intro text-muted">AKA the biggest Coffee Meets Bagel Ad Ever</p>
<img class="img-responsive img-centered" src="img/portfolio/placeholder.png" alt="">
<p>I could probably write a paragraph for this right now but I don't really want to think so I'm just going to ramble a little and have someone else think of what to put here.</p>
<p class="item-intro text-muted">New York's premier conference for student entrepreneurs by student entrepreneurs</p>
<img class="img-responsive img-centered" src="img/portfolio/ignite_main.jpg" alt="">
<p>In November, CORE once again hosted Ignite@CU, and over a single weekend, students from schools from all around the country were able to exchange ideas, learn growth hacks, and meet other innovators.
Over three hundred participants experienced a program filled with workshops, panels, and networking sessions that culminated in an inspiring talk from New York Angels founder David Rose.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
Expand Down

0 comments on commit b2f511d

Please sign in to comment.