diff --git a/.gitignore b/.gitignore index 11e3e89..e8c492d 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,10 @@ fabric.properties !.idea/runConfigurations # End of https://www.toptal.com/developers/gitignore/api/hugo,intellij+all + +#Mac Files +.DS_Store +content/.DS_Store +static/.DS_Store +static/images/.DS_Store +static/images/team/.DS_Store diff --git a/config.toml b/config.toml index f0b16d6..c42d00c 100644 --- a/config.toml +++ b/config.toml @@ -69,6 +69,10 @@ enableRobotsTXT = false name = "Team" url = "/team/" weight = 2 + [[menu.main]] + name = "Career" + url = "/job/" + weight = 2 # Footer Menu [[menu.footer]] diff --git a/content/job/_index.md b/content/job/_index.md new file mode 100644 index 0000000..d85b33f --- /dev/null +++ b/content/job/_index.md @@ -0,0 +1,9 @@ +--- +title: 'Career' +intro_image_absolute: false +intro_image_hide_on_mobile: false +--- + +# Open Positions + +We are always eager to meet fresh talent, so check out our open positions. diff --git a/content/job/backend_sde_1.md b/content/job/backend_sde_1.md new file mode 100644 index 0000000..e96625b --- /dev/null +++ b/content/job/backend_sde_1.md @@ -0,0 +1,37 @@ +--- +title: 'Software Development Engineer - 1 (Backend)' +date: 2023-06-01 +draft: false +jobtitle: 'Software Development Engineer - 1 (Backend)' +weight: 1 +promoted: false +name: 'backend_sde_1' +--- + +### Who are we ? + +We are a young, rapidly growing technology consulting company that delivers business impacts through product engineering. We encourage a craft-focused, tinkering mindset with an emphasis on continuous learning, knowledge sharing while having a good balance between work and life. As thought leaders, we value ethical practices, quality, open-source principles, and diversity in our welcoming, and supportive environment. Guided by a flat structure, we offer ample opportunities for growth. At Infraspec, we not only embrace cutting-edge technologies, but also strive for sustainable, meaningful innovation. Join us on this journey towards technological excellence. + +We are a team with past experience from Gojek, Navi, Swiggy, and Rapido. In the past 2 years we have successfully catered to clients like Vedantu, CRED, Zinc learning labs, and the fastest growing hyperlocal startup in India. + + +### What do you get ? + + 1. Top of the class working machine + 2. Good Culture - Warm welcoming culture which thrives on continuous learning and challenging each other to become better every day. + 3. Mentorship and a chance to grow professionally + 4. A chance to have a significant impact on your career journey + 5. As we are a young company you will be a significant contributor in defining and shaping the company culture. + + +### Band: SDE-1 + + 1. You are able to solve problems using any programming language. + 2. You are aware of the programming language constructs, time and space complexity. + 3. You have a thorough understanding of computer science fundamentals in Database , Networks and Operating systems. + 4. You are well aware of the data structures. + 5. Bonus if you have experience with backend technologies and cloud. + 6. You have knowledge of version control tools like git. + 7. You have experience with any backend frameworks and understand MVC constructs. + + diff --git a/data/contact.yaml b/data/contact.yaml index e44fbfc..4d75fbc 100644 --- a/data/contact.yaml +++ b/data/contact.yaml @@ -1,2 +1,3 @@ email: 'hey@infraspec.dev' contact_button_link: 'contact' +apply: 'careers@infraspec.dev' diff --git a/layouts/job/apply.html b/layouts/job/apply.html new file mode 100644 index 0000000..52ebe55 --- /dev/null +++ b/layouts/job/apply.html @@ -0,0 +1,11 @@ +
+
+ {{ if .Site.Data.contact.apply }} + + {{ end }} +
+
diff --git a/layouts/job/list.html b/layouts/job/list.html new file mode 100644 index 0000000..6b5f203 --- /dev/null +++ b/layouts/job/list.html @@ -0,0 +1,21 @@ +{{ define "body_classes" }}page-services-list{{ end }} + +{{ define "main" }} +
+
+
+ {{ .Content }} +
+
+
+ +
+
+ {{ range .Pages.ByWeight }} +
+
{{ .Render "summary" }}
+
+ {{ end }} +
+
+{{ end }} diff --git a/layouts/job/single.html b/layouts/job/single.html new file mode 100644 index 0000000..a4c85c8 --- /dev/null +++ b/layouts/job/single.html @@ -0,0 +1,18 @@ +{{ define "body_classes" }}page-services-single{{ end }} + +{{ define "main" }} +
+
+
+
+

{{.Title}}

+ +
{{.Content}}
+
+
+
+
{{ .Render "apply" }}
+
+
+
+{{ end }} diff --git a/layouts/job/summary.html b/layouts/job/summary.html new file mode 100644 index 0000000..2a6759f --- /dev/null +++ b/layouts/job/summary.html @@ -0,0 +1,5 @@ +
+
+

{{ .Title }}

+
+