-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnyc-devweek.html
100 lines (81 loc) · 3.31 KB
/
nyc-devweek.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QSJHM2CRY7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QSJHM2CRY7');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Mazharul Islam Portfolio - NYC DevWeek: Wowza</title>
<meta content="NYC DevWeek: Wowza" name="description">
<meta content="Portfolio" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=https://fonts.googleapis.com/css?family=Inconsolata:400,500,600,700|Raleway:400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<main id="main">
<section class="section">
<div class="container">
<div data-aos="fade-up">
<p class="back">
<a href="index.html" class="readmore">
<i class="bi bi-arrow-left"></i>
Back
</a>
</p>
</div>
<div class="row mb-4 align-items-center">
<div class="col-md-6" data-aos="fade-up">
<h2>NYC DevWeek: Wowza</h2>
<p>
A web application that allowed users to watch the same video with other people at
the same time from anywhere they each want.
</p>
</div>
</div>
</div>
<div class="site-section pb-0">
<div class="container">
<div class="row align-items-stretch">
<div class="col-md-8" data-aos="fade-up">
<img src="assets/img/developer-week1.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-3 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="sticky-content">
<h3 class="h3">What I contributed:</h3>
<div class="mb-5">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores illo, id recusandae molestias
illum unde pariatur, enim tempora.</p>
</div>
<h4 class="h4 mb-3">Technologies used:</h4>
<ul class="list-unstyled list-line mb-5">
<li>HTML/CSS/JavaScript</li>
<li>Wowza SDK</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>