Skip to content

Commit 3f754ac

Browse files
author
Sandesh Soni, Scalekrew
committed
improvise content
1 parent e057128 commit 3f754ac

4 files changed

Lines changed: 58 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gem "minima", "~> 2.5"
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
19+
gem 'jekyll-tailwindcss', '~> 0.2.0'
1920
end
2021

2122
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ GEM
3939
sass-embedded (~> 1.54)
4040
jekyll-seo-tag (2.8.0)
4141
jekyll (>= 3.8, < 5.0)
42+
jekyll-tailwindcss (0.2.0-arm64-darwin)
43+
jekyll-tailwindcss (0.2.0-x86_64-darwin)
4244
jekyll-watch (2.2.1)
4345
listen (~> 3.0)
4446
kramdown (2.4.0)
@@ -82,6 +84,7 @@ DEPENDENCIES
8284
http_parser.rb (~> 0.6.0)
8385
jekyll (~> 4.3.3)
8486
jekyll-feed (~> 0.12)
87+
jekyll-tailwindcss (~> 0.2.0)
8588
minima (~> 2.5)
8689
tzinfo (>= 1, < 3)
8790
tzinfo-data

assets/css/styles.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;
4+
5+
/* Custom styles */
6+
header {
7+
background-color: #333;
8+
color: #fff;
9+
padding: 10px;
10+
text-align: center;
11+
}
12+
13+
nav ul {
14+
list-style: none;
15+
padding: 0;
16+
}
17+
18+
nav ul li {
19+
display: inline;
20+
margin: 0 15px;
21+
}
22+
23+
nav ul li a {
24+
color: #fff;
25+
text-decoration: none;
26+
}
27+
28+
footer {
29+
background-color: #333;
30+
color: #fff;
31+
text-align: center;
32+
padding: 10px;
33+
margin-top: 20px;
34+
}

index.markdown

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
---
2-
layout: home
2+
layout: default
33
title: Home
44
---
55

6-
# Welcome to Scalekrew
6+
# Scale Your Crew with our Top-Tier Engineers
77

8-
Scale your Crew with Scalekrew.
8+
Skilled talent sourced from tier 2 and tier 3 cities, trained in emerging technologies.
9+
10+
[Get Started](contact.html)
11+
12+
## What We Offer
13+
14+
### Skilled Talent from Across the Nation
15+
We find and nurture top-tier engineers from tier 2 and tier 3 cities, focusing on hard-to-find skills in emerging technologies.
16+
17+
### Industry-Ready Engineers
18+
Our engineers are not just academically trained; they have hands-on experience and are ready to contribute from day one.
19+
20+
### Tailored Talent Solutions
21+
We provide talent that aligns perfectly with your project goals, ensuring maximum impact.
22+
23+
## Contact Us
24+
25+
Want to know more? [Get in touch with us](contact.html) to discuss your hiring needs.
926

10-
## What We Do
11-
We provide you trained engineers specialized in emerging technologies like Erlang, Elixir, Rust, Solidity, React.js, and more.

0 commit comments

Comments
 (0)