-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
123 lines (113 loc) · 7.12 KB
/
portfolio.html
File metadata and controls
123 lines (113 loc) · 7.12 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dmitrii Zakharov Page</title>
<!-- We link our html to the Bootstrap CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand flex-column flex-md-row bd-navbar">
<div class="navbar-brand site-nav__main"><h1>Dmitrii Zakharov</h1></div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">About<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">|</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">|</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="divider"></div>
<div class="jumbotron_p">
<div class="portfolio__container">
<h2 class="display-4">Portfolio</h2>
<hr class="my-4">
<div class="row">
<div class="col-md-6" class="img-family">
<img id="image-family" src="assets/images/VerchikPashaLiza.jpeg" width="300px" height="200px">
<div class="portfolio-sign">Family</div>
</div>
<div class="col-md-6" class="img-family">
<img id="image-family" src="assets/images/SplunkSoccer.jpeg" width="300px" height="200px">
<div class="portfolio-sign">Soccer</div>
</div>
</div>
<div class="row"></div>
<div class="row">
<div class="col-md-6" class="img-family">
<a href="https://dmitrii4github.github.io/WordGuessGame/"><img id="image-family" src="assets/images/hangman.jpeg" width="300px" height="200px"></a>
<a href="https://dmitrii4github.github.io/WordGuessGame/"><div class="portfolio-sign_game">Word Guess Game</div></a>
</div>
<div class="col-md-6" class="img-family">
<a href="https://dmitrii4github.github.io/ProjectSounders/"><img id="image-family" src="assets/images/sounders_team.jpeg" width="300px" height="200px"></a>
<a href="https://dmitrii4github.github.io/ProjectSounders/"><div class="portfolio-sign_game">Project Sounders</div></a>
</div>
</div>
<div class="row"></div>
<div class="row">
<div class="col-md-6" class="img-family">
<a href="https://dmitrii4github.github.io/unit-4-game/"><img id="image-family" src="assets/images/crystals.png" width="300px" height="200px"></a>
<a href="https://dmitrii4github.github.io/unit-4-game/"><div class="portfolio-sign_game">Crystals Game</div></a>
</div>
<div class="col-md-6" class="img-family">
<a href="https://dmitrii4github.github.io/TriviaGame/"><img id="image-family" src="assets/images/trivia.png" width="300px" height="200px"></a>
<a href="https://dmitrii4github.github.io/TriviaGame/"><div class="portfolio-sign_game">Trivia Game</div></a>
</div>
</div>
<div class="row"></div>
<div class="row">
<div class="col-md-6" class="img-family">
<a href="https://dmitrii4github.github.io/giftastic/"><img id="image-family" src="assets/images/giftastic.png" width="300px" height="200px"></a>
<a href="https://dmitrii4github.github.io/giftastic/"><div class="portfolio-sign_game">Giftastic</div></a>
</div>
<div class="col-md-6" class="img-family">
<a href="https://whispering-journey-88774.herokuapp.com/"><img id="image-family" src="assets/images/friendfinder.png" width="300px" height="200px"></a>
<a href="https://whispering-journey-88774.herokuapp.com/"><div class="portfolio-sign_game">Friend Finder</div></a>
</div>
</div>
<div class="row"></div>
<div class="row">
<div class="col-md-6" class="img-family">
<a href="https://mdt-pcalendar.herokuapp.com/"><img id="image-family" src="assets/images/CalendarProject.png" width="300px" height="200px"></a>
<a href="https://mdt-pcalendar.herokuapp.com/"><div class="portfolio-sign_game">Calendar Project</div></a>
</div>
<div class="col-md-6" class="img-family">
<a href="https://secure-savannah-97742.herokuapp.com/"><img id="image-family" src="assets/images/scraping.png" width="300px" height="200px"></a>
<a href="https://secure-savannah-97742.herokuapp.com/"><div class="portfolio-sign_game">Mongo Scraper</div></a>
</div>
</div>
<div class="row">
<div class="col-md-6" class="img-family">
<a href="https://dmitrii4github.github.io/clickygame/"><img id="image-family" src="assets/images/clickygame.png" width="300px" height="200px"></a>
<a href="https://dmitrii4github.github.io/clickygame/"><div class="portfolio-sign_game">Clicky Game</div></a>
</div>
<div class="col-md-6" class="img-family">
<a href="https://vast-dawn-31810.herokuapp.com/"><img id="image-family" src="assets/images/GoogleBookSearch.png" width="300px" height="200px"></a>
<a href="https://vast-dawn-31810.herokuapp.com/"><div class="portfolio-sign_game">Google Book Search</div></a>
</div>
</div>
</div>
</div>
<div id="divider3"></div>
<footer>
<div id="copyright">Copyright ©</div>
</footer>
</body>
</html>