diff --git a/index.css b/index.css new file mode 100644 index 0000000..2a7c434 --- /dev/null +++ b/index.css @@ -0,0 +1,180 @@ +@import url('./web_flask/static/css/variables.css'); + +body { + margin: 0; + padding: 0; + font-family: var(--main-font); +} + +ul { + list-style: none; + margin: 0; + padding: 0; +} + +.container { + width: 80%; + margin: 0 auto; +} + +header { + background-color: var(--primary-color); + color: var(--white); + padding: 1rem 0; +} + +header .container { + display: flex; + justify-content: flex-start; + align-items: center; + gap: 2rem; +} + +header .container .brand { + color: var(--black); + font-size: 1.2rem; + font-weight: 600; +} + +header .container .brand a { + color: var(--white); + text-decoration: none; +} + +header .container .brand span { + height: 300px; + width: 300px; + border-radius: 50%; + background-color: var(--white); + color: var(--primary-color); + margin-right: 0.2rem; + padding: 0.5rem 0.6rem; +} + + +nav ul { + list-style: none; + padding: 0; + margin: 0; +} + +nav ul li { + display: inline; + margin-right: 20px; +} + +nav a { + text-decoration: none; + color: #fff; + font-weight: bold; +} + +#hero { + background-image: url('./web_flask/static/image/hero\ image.jpg'); + background-size: cover; + background-position: center; + color: #fff; + text-align: center; + padding: 10rem 0; +} + +#hero .container { + background-color:rgba(0, 0, 0, 0.4); + padding: 2rem; + width: 50%; + border-radius: 2rem; +} + +#hero h2 { + font-size: 2.5rem; + margin-bottom: 20px; +} + +#hero p { + font-size: 1.2rem; + margin-bottom: 40px; +} + +.btn { + display: inline-block; + padding: 10px 20px; + background: none; + border: solid 1px var(--white); + color: #fff; + text-decoration: none; + border-radius: 5px; +} + +/* end of hero */ + +/* feature begins */ +#features { + background-color: var(--white); + width: 100%; + padding: 70px 0; + text-align: center; +} + +#features h2 { + font-size: 2.5rem; + margin: 40px auto; +} + +.feature { + display: flex; + justify-content: flex-start; + align-items: center; + width: 100%; + gap: 1rem; +} + +.feature-img img { + max-width: 100%; + height: auto; +} + +.feature-content { + padding: 0 20px; + width: 50%; + text-align: left; +} + +.feature h3 { + font-size: 1.5rem; + margin-bottom: 10px; +} + +.feature p { + font-size: 1rem; + color: #666; +} + +/* feature ends */ + +#about { + background-color: #f4f4f4; + padding: 70px 0; + text-align: center; +} + +#about h2 { + font-size: 2.5rem; + margin-bottom: 20px; +} + +#about .about-description, +#about .description-team { + text-align: left; +} + +#about .description-team .team { + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; +} + +.team-member img { + width: 20%; + border-radius: 2rem; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..0673593 --- /dev/null +++ b/index.html @@ -0,0 +1,124 @@ + + +
+ + + + +Unlock Your Potential: Join Our Team and Transform Possibilities into Achievements!
+ Explore +Simplify your hiring process with our Job Listing Management feature. Effortlessly create, manage, and track job listings for streamlined recruitment. Elevate your hiring strategy and attract top talent with ease.
+Refine your search with our Job Filter feature, tailored to part-time and full-time positions. Easily narrow down candidates, streamline your hiring process, and make confident decisions for every role.
+Effortlessly find the perfect candidates with our Simple Search feature. Streamline your search process, discover top talent, and make hiring decisions with ease.
++ At JobCircus, our journey began with a shared vision to revolutionize the job market, making connections between employers and job seekers seamless and efficient. Inspired by the belief that technology can transform traditional recruitment, we embarked on this project to create a platform that empowers individuals on both sides of the job market. +
+This project serves as a portfolio endeavor for the ALX Software Engineering program, demonstrating our commitment to practical application of skills and innovation. By envisioning a scenario where employers and job seekers can effortlessly connect, we aim to showcase the power of technology in transforming traditional recruitment methods and empowering individuals on both sides of the job market.
++ Connect with us on social media, and feel free to explore the codebase on our GitHub repository: +
+ + GitHub Repository +