forked from jchen706/junchen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
59 lines (51 loc) · 2.23 KB
/
project.html
File metadata and controls
59 lines (51 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jun Chen">
<title> Jun Chen </title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="project.css">
</head>
<body>
<header class="page-header">
<h1 class="display-1" style="color:white;">My Portfolio</h1>
<a href="index.html"><button type="button" class="btn btn-small btn-light mx-auto">Home</button></a>
</header>
<div class="container">
<div class="row">
<div class="col-md-4 d-flex justify-content-center">
<a class="link" href="getitdone.html">
<div class="card border-light mb-3 mt-3">
<img class="card-img-top" src="getdone.PNG" alt="Card image cap">
<div class="card-img-overlay">
<div class="git-ignore">
<i>Andriod</i>
</div>
</div>
</div>
</a>
</div>
<div class="col-md-4 d-flex justify-content-center">
<a class="link" href="ht.html">
<div class="card border-light mb-3 mt-3">
<img class="card-img-top" src="shopfly.PNG" alt="Card image cap">
<div class="card-img-overlay">
<div class="git-ignore">
<i>Clarifai/Ebay</i>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<footer class="page-footer"></footer>
</body>
</html>