Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
CTF
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grzegorz
CTF
Commits
cbe5da43
Commit
cbe5da43
authored
Apr 09, 2016
by
Antek Grzanka
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'antek'
parents
f0779ad6
cb0a2c14
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
464 deletions
+8
-464
home.html
service/src/main/resources/assets/home.html
+5
-5
login.html
service/src/main/resources/assets/login.html
+2
-2
eestec_small.png
...ce/src/main/resources/assets/statics/img/eestec_small.png
+0
-0
logo_telephoners.svg
...rc/main/resources/assets/statics/img/logo_telephoners.svg
+0
-456
telephoners_small.png
...c/main/resources/assets/statics/img/telephoners_small.png
+0
-0
task.html
service/src/main/resources/assets/task.html
+1
-1
No files found.
service/src/main/resources/assets/home.html
View file @
cbe5da43
<div
style=
"
text-align:center
"
>
KrakYournet 7 coś tam elo EESTEC fajnie
<div
style=
"
position: absolute; bottom: 5%;
"
>
<img
style=
"max-height:40px"
src=
"/statics/img/telephoners_small.png"
/>
+
<img
style=
"max-height:40px"
src=
"/statics/img/eestec_small.png"
/>
=
<i
class=
"fa fa-heart"
></i>
</div>
<div
style=
"text-align:center;width:100%"
>
made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"http://telephoners.agh.edu.pl"
id=
"telephoners"
><img
src=
"/statics/img/logo_telephoners.svg"
></a></div>
\ No newline at end of file
service/src/main/resources/assets/login.html
View file @
cbe5da43
...
...
@@ -4,13 +4,13 @@
<div
class=
"form-group"
>
<label
for=
"username"
>
Username
</label>
<i
class=
"fa fa-key"
></i>
<input
type=
"text"
name=
"username"
id=
"username"
class=
"form-control"
ng-model=
"username"
required
/>
<input
type=
"text"
name=
"username"
id=
"username"
class=
"form-control"
autocomplete=
"off"
ng-model=
"username"
required
/>
<span
ng-show=
"form.username.$dirty && form.username.$error.required"
class=
"help-block"
>
Username is required
</span>
</div>
<div
class=
"form-group"
>
<label
for=
"password"
>
Password
</label>
<i
class=
"fa fa-lock"
></i>
<input
type=
"password"
name=
"password"
id=
"password"
class=
"form-control"
ng-model=
"password"
required
/>
<input
type=
"password"
name=
"password"
id=
"password"
class=
"form-control"
ng-model=
"password"
autocomplete=
"off"
required
/>
<span
ng-show=
"form.password.$dirty && form.password.$error.required"
class=
"help-block"
>
Password is required
</span>
</div>
<div
class=
"form-actions"
>
...
...
service/src/main/resources/assets/statics/img/eestec_small.png
0 → 100644
View file @
cbe5da43
5.02 KB
service/src/main/resources/assets/statics/img/logo_telephoners.svg
deleted
100644 → 0
View file @
f0779ad6
This diff is collapsed.
Click to expand it.
service/src/main/resources/assets/statics/img/telephoners_small.png
0 → 100644
View file @
cbe5da43
4.57 KB
service/src/main/resources/assets/task.html
View file @
cbe5da43
...
...
@@ -58,7 +58,7 @@
</div>
<div
class=
"circle-clipper right"
>
<div
class=
"circle"
></div>
</div>
c
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment