-
Notifications
You must be signed in to change notification settings - Fork 0
/
developers.html
124 lines (122 loc) · 5.94 KB
/
developers.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<title>Quoter - All quotes everywhere.</title>
<link type="text/css" rel="stylesheet" href = "styles/style.css"/>
<script src="scripts/jquery-1.10.2.js"></script>
<script src="scripts/bootstrap.js"></script>
<link rel="icon" href="styles/images/favicon.png" type="styles/images/favicon.png"/>
</head>
<body class="indexbody">
<header>
<div class="navbar navbar-default navbar-fixed-top text-uppercase" style="margin-bottom: 0">
<div class="container">
<div class="navbar-header">
<a href="index.html"><img src="styles/images/logo.jpg" alt="Quoter Logo" border="0" /></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Back to Home page</a></li>
</ul>
</div>
</div>
</div>
</header>
<main style="background:rgba(143,146,143,0.35) ">
<h1 class="pagelogo-heading"><strong>"DEVELOP A PASSION FOR LEARNING. IF YOU DO, YOU WILL NEVER CEASE TO GROW."</strong></h1>
<h5 class="pagelogo-subheading">ANTONY J. D'ANGELO</h5>
<div class="developers-team-topparag">
<img src="styles/images/team.jpg" alt="Our Team">
</div>
<h1 class="pagelogo-middleheading"><strong>OUR TEAM:</strong></h1>
<div class="authors container body-content">
<div class="row">
<div class="col-md-12">
<article>
<header style="padding-bottom: 10px; padding-top: 20px">
<img class="img-circle"
style="border: solid white 2px"
src="https://scontent.fsof2-1.fna.fbcdn.net/v/t1.0-9/11947628_485029141670405_6902279186667194896_n.jpg?oh=0c3fe500dad24a42c9db5ace9f39acf9&oe=596ED991"
alt="Deyan Peychev avatar"
height="200"
width="200">
</header>
<div class="pagelogo" style="padding-top: 10px;">
<h3>Name: Deyan Peychev</h3>
<h3>Age: 16</h3>
<h3>From: Sliven, Bulgaria</h3>
<h3>School: PPMG "Dobri Chintulov", Sliven</h3>
<br>
<p class="pagelogo" style="padding-top: 10px;">
Deyan is currently studying <em>Software Technologies</em> at SoftUni (Software University). He is one of the developers of <em>Quoter</em>.
</p>
</div>
</article>
</div>
</div>
</div>
<h1 class="pagelogo-heading"><strong> </strong></h1>
<div class="authors container body-content">
<div class="row">
<div class="col-md-12">
<article>
<header style="padding-bottom: 10px; padding-top: 20px">
<img class="img-circle"
style="border: solid white 2px"
src="https://scontent.fsof2-1.fna.fbcdn.net/v/t1.0-9/15940484_1251088838310395_2156689392945410071_n.jpg?oh=d6456b1c8d6d532d50b0e4b20f290a32&oe=592AA55E"
alt="Kristian Subev avatar"
height="200"
width="200">
</header>
<div class="pagelogo" style="padding-top: 10px;">
<h3>Name: Kristian Subev</h3>
<h3>Age: 16</h3>
<h3>From: Sliven, Bulgaria</h3>
<h3>School: PPMG "Dobri Chintulov", Sliven</h3>
<br>
<p class="pagelogo" style="padding-top: 10px;">
Kristian is currently studying <em>Software Technologies</em> at SoftUni (Software University). He is one of the developers of <em>Quoter</em>.
</p>
</div>
</article>
</div>
</div>
</div>
<h1 class="pagelogo-heading"><strong> </strong></h1>
<div class="authors container body-content">
<div class="row">
<div class="col-md-12">
<article>
<header style="padding-bottom: 10px; padding-top: 20px">
<img class="img-circle"
style="border: solid white 2px"
src="https://scontent.fsof2-1.fna.fbcdn.net/v/t1.0-9/13256077_507967389375722_8747012705584150802_n.jpg?oh=ad7ccda000d091da81c35178c3138544&oe=59377881"
alt="Stefan Petrov avatar"
height="200"
width="200">
</header>
<div class="pagelogo" style="padding-top: 10px;">
<h3>Name: Stefan Petrov</h3>
<h3>Age: 16</h3>
<h3>From: Sliven, Bulgaria</h3>
<h3>School: PPMG "Dobri Chintulov", Sliven</h3>
<br>
<p class="pagelogo" style="padding-top: 10px;">
Stefan is currently studying <em>Software Technologies</em> at SoftUni (Software University). He is one of the developers of <em>Quoter</em>.
</p>
</div>
</article>
</div>
</div>
</div>
</main>
</body>
<footer style="height: 40px; background: black">
<h5 style="color: white; margin: 0 0 0 0; text-align: end; padding-top: 10px">QUOTER 2017 - All Rights Reserved.</h5>
</footer>
</html>