-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperformances.html
23 lines (21 loc) · 959 Bytes
/
performances.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div>
<!--<h3 class="projects-heading">My Projects</h3> -->
<div class="projects-grid">
<div class="project-image-wrapper">
<h4><i class="fa fa-tree"></i></h4>
<a href="project1.html"><img class="project-image" src="images/rcover.jpg"/></a>
</div>
<div class="project-image-wrapper">
<h4><i class="fa fa-pagelines"></i></h4>
<a href="project2.html"><img class="project-image" src="images/wcover.jpg"/></a>
</div>
<div class="project-image-wrapper">
<h4><i class="fa fa-tint"></i></h4>
<a href="project3.html"><img class="project-image" src="images/bcover.jpg"/></a>
</div>
<div class="project-image-wrapper">
<h4><i class="fa fa-sun-o"></i></h4>
<a href="project4.html"><img class="project-image" src="images/ycover.jpg"/></a>
</div>
</div>
</div>