forked from batelismailov/final-project-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.html
196 lines (186 loc) · 6.02 KB
/
admin.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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/normalize.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
#basic-info input{
margin:5px;
margin-left:0px;
}
#spacing{
padding:15px;
padding-top:5px;
}
#basicinfosection {
display:flex;
}
#basicinfosection textarea{
margin-left:50px;
}
#main {
width:40%;
margin-left:auto;
margin-right:auto;
border:1px solid;
background:#b0bec5;
}
body{
background:#90caf9;
}
</style>
</head>
<body>
<div id="main">
<div id="spacing">
<form action="/action_page.php">
Basic info          
Contact info          
About me<br/><br/><br/>
<section id="basicinfosection">
<div id="basic-info">
<input type="text" value="name" pattern="[A-Za-z]{10}" >
<input type="text" value="phone" pattern="[A-Za-z]{10}" >
<br>
<input type="text" value="last_name" pattern="[A-Za-z]{10}" >
<input type="text" value="address" pattern="[A-Za-z]{10}" >
<br>
<input type="text" value="title" pattern="[A-Za-z]{10}">
<input type="text" value="email" pattern="[A-Za-z]{10}" >
</div>
<textarea rows="10" cols="30"> </textarea>
</section>
</div>
<br/>
<br/>
<br/>
<hr/>
<br/>
<div id="spacing">
Social networks
<br/>
<br/>
<input type="text" value="Facebook link" pattern="[A-Za-z]{10}">
<input type="text" value="Website link" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Linkedin link" pattern="[A-Za-z]{10}">
<input type="text" value="Medium link" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Instagram" pattern="[A-Za-z]{10}">
<input type="text" value="Google plus link" pattern="[A-Za-z]{10}" >
<br/>
<br/>
</div>
<hr/>
</form>
<div id="spacing">
<form>
Experiance
<br/>
<br/>
<input type="text" value="Title" pattern="[A-Za-z]{10}">
<input type="text" value="Company name" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Work dates" pattern="[A-Za-z]{10}">
<input type="text" value="Description" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<br/>
<br/>
<input type="text" value="Title" pattern="[A-Za-z]{10}">
<input type="text" value="Company name" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Work dates" pattern="[A-Za-z]{10}">
<input type="text" value="Description" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<br/>
<br/>
<input type="text" value="Title" pattern="[A-Za-z]{10}">
<input type="text" value="Company name" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Work dates" pattern="[A-Za-z]{10}">
<input type="text" value="Description" pattern="[A-Za-z]{10}" >
</form>
<hr/>
</div>
<div id="spacing">
<form>
<br/>
Pro Skills Per Skills
<br/>
<br/>
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}">
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}">
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}">
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}">
<input type="text" value="Some skill level (number)" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<hr/>
<br/>
</form>
</div>
<div id="spacing">
<form>
Education
<br/>
<br/>
<input type="text" value="Title" pattern="[A-Za-z]{10}">
<input type="text" value="Place" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Education date" pattern="[A-Za-z]{10}">
<input type="text" value="Description" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<br/>
<br/>
<input type="text" value="Title" pattern="[A-Za-z]{10}">
<input type="text" value="Place" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<input type="text" value="Education date" pattern="[A-Za-z]{10}">
<input type="text" value="Description" pattern="[A-Za-z]{10}" >
<br/>
<br/>
<hr/>
<br/>
<br/>
</form>
</div>
<div id="spacing">
<form>
Hobbies
Languages
<br/>
<br/>
<div class="container">
<input type="checkbox" /> Sport<br/><br/>
<input type="checkbox" /> Reading<br/><br/>
<input type="checkbox" /> Swimming<br/><br/>
<input type="checkbox" /> Programming<br/><br/>
<input type="checkbox" /> Sleeping<br/><br/>
<input type="checkbox" /> Doing nothing<br/><br/>
</div>
</form>
</div>
</div>
</body>
</html>