-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
133 lines (133 loc) · 8.21 KB
/
portfolio.html
File metadata and controls
133 lines (133 loc) · 8.21 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WebPoint</title>
<meta name="description" content="">
<meta name="keywords" content="WebPoint, Web,
Point, development, UI, UX, design, students,
high school, school, students, free, voulenteer,
Howard County, Ellicott City, Maryland">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
<link rel="icon" href="images/WebPoint-Favicon-Blue.png">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/bootstrap.min.css">
<link rel="stylesheet" href="styles/portfolio.css">
</head>
<body>
<nav id="nav" class= "navbar navbar-expand-xl navbar-light">
<a id="nav-brand" class = "navbar-brand" href="index.html"><img class = "logo" src="images/Webpoint-Logo-Dark.png"
alt="WebPoint Logo"> WebPoint</a>
<button class = "navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-toggler">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-toggler">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link" href="index.html">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="about.html">About Us</a> </li>
<li class="nav-item active"> <a class="nav-link" href="portfolio.html">Portfolio</a> </li>
<li class="nav-item"> <a class="nav-link" href="contact.html">Contact Us</a> </li>
</ul>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="200000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="Slide-Container">
<div class="container">
<div class="row">
<div class="col-lg-6 slide-text-sect">
<h3 class="slide-header">I've Got Your Bach</h3>
<p class="slide-desc">I’ve got your Bach is a company that provides affordable, reliable, and exceptional piano accompaniment from an experienced pianist.</p>
<a target="_blank" href="https://ivegotyourbach.com/"><button href="https://ivegotyourbach.com/" class="igyb-button">Visit Site →</button></a>
</div>
<div class="col-lg-6 slide-img-sect">
<img class="slide-img" src="images/igyb-example.svg" alt="IGYB">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="Slide-Container">
<div class="container">
<div class="row">
<div class="col-lg-6 slide-text-sect">
<h3 class="slide-header">Chinese Language School of Columbia</h3>
<p class="slide-desc">
The Chinese Language School of Columbia (CLSC) is a local school that provides Chinese language and cultural instruction. <b></b> </p>
<a target="_blank" href="http://www.clscweb.org/"><button href="http://www.clscweb.org/" class="clsc-button">Visit Site →</button></a>
</div>
<div class="col-lg-6 slide-img-sect">
<img class="slide-img" src="images/clsc-example.svg" alt="CLSC">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="Slide-Container">
<div class="container">
<div class="row">
<div class="col-lg-6 slide-text-sect">
<h3 class="slide-header">Science in Society Conference</h3>
<p class="slide-desc">An annual conference open to high school students interested in STEM to hear from speakers that represent a wide range of STEM-related professions.</p>
<a target="_blank" href="https://scienceinsociety.github.io/"><button href="https://scienceinsociety.github.io/" class="sisc-button">Visit Site →</button></a>
</div>
<div class="col-lg-6 slide-img-sect">
<img class="slide-img" src="images/sisc-example.svg" alt="SISC">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="Slide-Container">
<div class="container">
<div class="row">
<div class="col-lg-6 slide-text-sect">
<h3 class="slide-header">Padmanabhan S.</h3>
<p class="slide-desc">I am a Carnatic vocal artist, Gana Praveen (7 year course) in music from Sree Swathi Thirunal College of Music at Trivandrum, India.</p>
<a target="_blank" href="https://padmanabhan.ga/"><button href="https://padmanabhan.ga/" class="ps-button">Visit Site →</button></a>
</div>
<div class="col-lg-6 slide-img-sect">
<img class="slide-img" src="images/ps-example.png" alt="Padmanabhan S.">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container contact-sect">
<div class="contact-content">
<h3 class="contact-header">This could be you!</h3>
<a href="contact.html"><button href="contact.html" class="contact-button">Contact Us</button></a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<script src="https://kit.fontawesome.com/7dc3015a44.js" crossorigin="anonymous"></script><link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all"><link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-font-face.min.css" media="all"><link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-shims.min.css" media="all">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>