Ver código fonte

Add bulleted list in career info

master
Nikola Ignjatovic 5 anos atrás
pai
commit
661e20bf97
2 arquivos alterados com 14 adições e 6 exclusões
  1. 6
    6
      careers.html
  2. 8
    0
      styles/custom.css

+ 6
- 6
careers.html Ver arquivo

@@ -161,7 +161,7 @@
constantly improve your skills, then, Diligent is the right place for you.
</p>
<h2><b>Key Responsibilities:</b></h2>
<ul>
<ul class="bulleted-list">
<li style="font-weight: 400;">Creating UI/UX for a variety of situations, starting from simple websites to complex enterprise-level applications</li>
<li style="font-weight: 400;">Working with clients on discovering requirements</li>
<li style="font-weight: 400;">Improving and validating existing design solutions</li>
@@ -169,7 +169,7 @@
<li style="font-weight: 400;">Helping improve visual identity of different products and companies</li>
</ul>
<h2><b>Requirements:</b></h2>
<ul>
<ul class="bulleted-list">
<li style="font-weight: 400;"><span style="font-weight: 400;">Experience with UI and graphic design for at least 1+ years in the IT industry</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Experience in creating UX for web applications</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Working knowledge of PS, AI, or other similar tools</span></li>
@@ -180,7 +180,7 @@
<li style="font-weight: 400;"><span style="font-weight: 400;">Strong organization skills</span></li>
</ul>
<h2><b>What We Offer:</b></h2>
<ul>
<ul class="bulleted-list">
<li style="font-weight: 400;"><span style="font-weight: 400;">A fast-growth company with stable projects and strong international clients</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Opportunity to work in teams with very experienced engineers</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Competitive employment conditions</span></li>
@@ -222,7 +222,7 @@
</p>
<h2><b>Key Responsibilities:</b></h2>
<ul>
<ul class="bulleted-list">
<li style="font-weight: 400;">Working on a full-stack development on various project and products</li>
<li style="font-weight: 400;">Working with 3rd-party APIs</li>
<li style="font-weight: 400;">Working on different integration scenarios</li>
@@ -230,7 +230,7 @@
<li style="font-weight: 400;">Being involved in full project development, from writing a specification to deploying a finished product</li>
</ul>
<h2><b>Requirements:</b></h2>
<ul>
<ul class="bulleted-list">
<li style="font-weight: 400;"><span style="font-weight: 400;">At least 1+ years of development experience using .NET stack&nbsp;</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Good software development fundamentals and knowledge of .NET architecture concepts & patterns</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Good knowledge of software design patterns</span></li>
@@ -240,7 +240,7 @@
<li style="font-weight: 400;"><span style="font-weight: 400;">Excellent communication skills</span></li>
</ul>
<h2><b>What We Offer:</b></h2>
<ul>
<ul class="bulleted-list">
<li style="font-weight: 400;"><span style="font-weight: 400;">A fast-growth company with stable projects and strong international clients</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Opportunity to work in teams with very experienced engineers</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Competitive employment conditions</span></li>

+ 8
- 0
styles/custom.css Ver arquivo

@@ -18,6 +18,14 @@ a.email:hover
color: #993c95;
opacity: .9;
}

ul.bulleted-list li
{
list-style-type: disc;
}
ul.bulleted-list {
padding-left: 30px;
}
.h3
{
font-size: 36px;

Carregando…
Cancelar
Salvar