-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio_ayyo.html
59 lines (48 loc) · 1.9 KB
/
portfolio_ayyo.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
layout: portfolio-details
title: posix tcp client server
---
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container">
<div class="row gy-4">
<div class="col-lg-8">
<div class="portfolio-details-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide">
<img src="assets/img/portfolio-details-1.jpg" alt="">
</div>
<div class="swiper-slide">
<img src="assets/img/portfolio-details-2.jpg" alt="">
</div>
<div class="swiper-slide">
<img src="assets/img/portfolio-details-3.jpg" alt="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="col-lg-4">
<div class="portfolio-info">
<h3>Project information</h3>
<ul>
<li><strong>Category</strong>: Ayyo</li>
<li><strong>Client</strong>Proof of Concept</li>
<li><strong>Project date</strong>: 14 January, 2019</li>
<li><strong>Project URL</strong>: <a href="https://github.com/ESU-SoftwareEngineering/Citrine">Github Repo</a></li>
</ul>
</div>
<div class="portfolio-description">
<h2>Project Description</h2>
<p>
Call out your phones name and it answers back
</p>
<h2>Tech Stack</h2>
<p>
Firebase, Node, Express, React
</p>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Details Section -->