Skip to content

Commit b89a9a7

Browse files
committed
Twitter to frontend added
1 parent 858e789 commit b89a9a7

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

src/main/resources/static/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
.logo {
33
margin: 30px 0 40px 0;
4+
padding-left: 0;
45
}
56

67
.logo h1, .logo span {
@@ -20,6 +21,15 @@
2021
text-decoration: none;
2122
}
2223

24+
.logo, .twitter {
25+
display: inline-block;
26+
float: none;
27+
}
28+
29+
.twitter {
30+
vertical-align: super;
31+
}
32+
2333
.under {
2434
font-size: 12px;
2535
}

src/main/resources/static/twitter.png

3.83 KB
Loading

src/main/resources/templates/about.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ <h2>
1313
<a href="https://hh.ua/search/vacancy?text=java&amp;area=115" target="_blank">Headhunter.ua</a> and
1414
<a href="http://www.jobs.ua/vacancy/rabota-kiev-java/" target="_blank">Jobs.ua </a>
1515
and on main Ukrainian site for developers —
16-
<a href="https://jobs.dou.ua/vacancies/?city=%D0%9A%D0%B8%D1%97%D0%B2&amp;category=Java;" target="_blank">Dou.ua.</a> </p>
16+
<a href="https://jobs.dou.ua/vacancies/?city=%D0%9A%D0%B8%D1%97%D0%B2&amp;category=Java;" target="_blank">Dou.ua.</a>
17+
</p>
18+
<p>
19+
All found jobs are being posted to jParser's
20+
<a href="https://twitter.com/jParser_info" target="_blank"> Twitter account </a> automatically.
21+
</p>
1722
<p>
1823
jParser was created by Java developer and journalist Oleg Shankovskyi.
1924
</p>

src/main/resources/templates/layout.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
<div class="container">
5959
<div class="row">
60-
<div class="col-lg-8 col-md-11 col-sm-11 col-xs-11 center-block">
61-
<div class="logo">
60+
<div class="col-lg-7 col-md-8 col-sm-10 col-xs-11 center-block">
61+
<div class="logo col-lg-10 col-md-10 col-sm-10 col-xs-10">
6262
<a href="/">
6363
<h1>
6464
<small>
@@ -71,6 +71,10 @@ <h2>
7171
</h2>
7272
</a>
7373
</div>
74+
<!-- -->
75+
<div class="twitter col-lg-1 col-md-1 col-sm-1 col-xs-1">
76+
<a href="https://twitter.com/jParser_info" target="_blank"><img src="/twitter.png"/></a>
77+
</div>
7478

7579
<div layout:fragment="content">
7680

0 commit comments

Comments
 (0)