-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
182 lines (176 loc) · 5.46 KB
/
index.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!-- ####### YAY, I AM THE SOURCE EDITOR! #########-->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
}
.container {
/* height: 200px; */
position: relative;
/* border: 3px solid green; */
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</head>
<body style="background-color:powderblue;">
<h1 style="color: #5e9ca0; text-align: center;">CV Collector </h1>
<h2 style="color: #2e6c80;">This site is a part of EAP SDY exercise:</h2>
<p>The goal of the exercise is to familiarize the users with the github and the way that team is managing the issues during the creation of the project. Every user have some type of roles in the organization and take part to specific task after an open issue.</p>
<p> </p>
<div class="row">
<div class="column">
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://cdn.mos.cms.futurecdn.net/qTmvroik2NtHVGsfCHyyxF-1920-80.jpg.webp" alt="" width="304" height="234" /></p>
</div>
</div>
<div class="row">
<div class="column">
<p>We work hard to take humans to the edge of the solar system and travel / explore new places. The project is very close to be realised with the new plasma propulsion engine.</p>
</div>
</div>
<div class="row">
<div class="column">
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://upload.wikimedia.org/wikipedia/commons/8/88/Vasimr.png" width="384" height="236" /></p>
</div>
</div>
<div class="row">
<div class="column">
<h2 style="color: #2e6c80; text-align: center;">Below is the CV from the people of community</h2>
</div>
</div>
<!-- <div class="container">
<div class="vertical-center">
<button type="submit" onclick="window.location.href='https://github.com/sdy60-2022';" style="text-align: center;">Organization</button>
</div>
</div> -->
<!--START The table with the CV -->
<div class="row">
<div class="column">
<table class="editorDemoTable" style="border-style: solid; margin-left: auto; margin-right: auto;" border="solid"><caption> </caption>
<thead>
<tr>
<td>a/a</td>
<td>User Name</td>
<td>CV Link</td>
<td>GitHub Link</td>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<!-- START Button -->
<tr>
<th colspan="4"><button type="submit" onclick="window.location.href='https://github.com/sdy60-2022';" style="text-align: center;">Go to Organization</button></th>
</tr>
<!-- STOP Button -->
</tbody>
</table>
<!--STOP The table with the CV -->
</div>
</div>
<p><strong> </strong></p>
<p><strong> </strong></p>
</body>
</html>