Format mds

This commit is contained in:
samaradel
2021-07-15 17:06:14 +00:00
parent 5a2bad542f
commit c50b413b75
2 changed files with 22 additions and 12 deletions

View File

@@ -16,12 +16,15 @@ We are looking for a **Technical Community Manager & Team Lead** to help our com
### Requirements
- Technical skills:
**Technical skills:**
- Fluent in at least 2 development languages
- Fluent with Linux
- Fluent with github, agile processes
- Good knowledge about docker/kubernetes
- Professional skills
<br />
**Professional skills**
- Fluent in English
- Good communicator
- Understand and follow Pareto 20/80 rule

View File

@@ -1,19 +1,22 @@
<template>
<Layout :hideHeader="true" :disableScroll="true">
<div
class="container sm:pxi-0 mx-auto min-h-screen overflow-x-hidden pt-24"
>
<div class="container sm:pxi-0 mx-auto min-h-screen pt-24">
<div class="flex flex-row flex-wrap items-center mx-4 sm:mx-0">
<div class="w-full md:w-5/6 md:pl-8 lg:pl-0">
<h1 class="pb-0 mb-0 mt-0 text-4xl font-bold">
<h1
class="
uppercase
leading-none
text-4xl text-gray-800
font-black font-heading
"
>
{{ $page.job.title }}
</h1>
</div>
</div>
<section
class="post-content container mx-auto relative font-serif text-gray-700"
>
<div class="post-content-text text-lg" v-html="$page.job.content"></div>
<section class="post-content mx-auto relative font-serif text-gray-700">
<div class="mt-6 mb-8 text-gray-600" v-html="$page.job.content"></div>
</section>
</div>
</Layout>
@@ -40,7 +43,11 @@ export default {
</script>
<style scoped>
h3 {
font-family: "Roboto", sans-serif;
.post-content {
font-family: "Roboto", sans-serif !important;
}
ul li{
list-style-type: disc !important;
}
</style>