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 ### Requirements
- Technical skills: **Technical skills:**
- Fluent in at least 2 development languages - Fluent in at least 2 development languages
- Fluent with Linux - Fluent with Linux
- Fluent with github, agile processes - Fluent with github, agile processes
- Good knowledge about docker/kubernetes - Good knowledge about docker/kubernetes
- Professional skills
<br />
**Professional skills**
- Fluent in English - Fluent in English
- Good communicator - Good communicator
- Understand and follow Pareto 20/80 rule - Understand and follow Pareto 20/80 rule

View File

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