-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.php
43 lines (43 loc) · 2.06 KB
/
portfolio.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- PORTFOLIO -->
<div class="beker_tm_portfolio" id="portfolio">
<div class="container">
<div class="beker_tm_title_holder">
<h3>My Selected Projects</h3>
<p>
<!-- Description of some selected projects -->
I have done some projects in my college and also in my free time.
</p>
</div>
<div class="portfolio_list">
<ul class="gallery_zoom">
<li class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="list_inner">
<img class="placeholder" src="img/thumbs/4-3.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/landing-page.png"></div>
<div class="overlay"></div>
<img class="svg custom" src="img/svg/zoom.svg" alt="" />
<div class="title">
<h3>My Landing Page | MSIB Batch 5</h3>
<span>NF Computer</span>
</div>
<a class="beker_tm_full_link" href="https://faykarr.github.io/personal-web" target="_blank"></a>
</div>
</li>
<li class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="list_inner">
<img class="placeholder" src="img/thumbs/4-3.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/1.jpg"></div>
<div class="overlay"></div>
<img class="svg custom" src="img/svg/zoom.svg" alt="" />
<div class="title">
<h3>My Landing Page | MSIB Batch 5</h3>
<span>NF Computer</span>
</div>
<a class="beker_tm_full_link" href="https://faykarr.github.io/personal-web"></a>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- /PORTFOLIO -->