Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copy on VWC website #557

Merged
merged 2 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/data/homepages/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"texts": [
{
"id": 1,
"content": "VetsWhoCode is a veteran-founded and operated inclusive AI-Powered 501(c)(3) organization, passionately dedicated to providing a streamlined, high-quality software engineering training program. Our empathetic approach aims to empower veterans and military spouses, helping them seamlessly enter the tech sector and build successful careers, all at no cost to them."
"content": "VetsWhoCode is a veteran-led 501(c)(3) committed to empowering veterans and military spouses through a high-quality, AI-powered software engineering training program. With over a decade of dedication, we've enabled over 300 veterans and spouses to transition seamlessly into the tech sector, unlocking over $20 million in earnings, at no cost to them. Our approach is not just about coding—it's about building successful careers through an innovative curriculum that mimics real-world challenges, guided by mentors in an engineering manager role to enhance critical thinking. Join us in transforming futures."
}
],
"buttons": [
Expand Down Expand Up @@ -103,8 +103,8 @@
"section": "funfact-area",
"section_title": {
"title": "Who We <span> Are</span>",
"subtitle": "Veterans Helping <strong>Veterans</strong>",
"description": "#VetsWhoCode was established by veterans who personally experienced the challenges of transitioning. Our focus is not on marketing tactics or volume, but on prioritizing quality and tangible outcomes. We are driven by practical solutions and taking action. If a skill doesn't lead to financial opportunities for our students, we don't include it in our curriculum."
"subtitle": "Rooted in Experience,<strong>Focused on Outcomes</strong>",
"description": "Founded by veterans, for veterans, #VetsWhoCode understands the unique challenges of transitioning to civilian life firsthand. Our mission transcends traditional marketing tactics and the pursuit of volume; we are all about quality, tangible outcomes, and practical solutions. Our curriculum is meticulously crafted with one goal in mind: to ensure every skill we teach opens doors to financial opportunities for our students. If it doesn't lead to a job, it doesn't make the cut. We're committed to action, not just words, empowering our veterans to build successful careers in tech."
},
"motto": {
"text": "Want To Learn More?​",
Expand Down Expand Up @@ -160,9 +160,9 @@
{
"section": "testimonial-area",
"section_title": {
"title": "Experience <span>Our Camaraderie</span>",
"subtitle": "TOGETHER EXPAND AND GROW",
"description": "Experience the power of connection as you join a supportive network of veterans and spouses passionate about coding and personal growth. Together, we'll foster camaraderie, exchange ideas, and provide unwavering support to help each other succeed in the world of technology. Together, let's embark on a transformative journey towards new opportunities and a brighter future."
"title": "Embrace the Strength of Our <span>Community</span>",
"subtitle": "Where Coding Meets Camaraderie",
"description": "Dive into a world where connection transcends distance, and shared experiences unite us. By joining VetsWhoCode, you become part of an exclusive network of veterans and spouses bound by a common passion for coding and an unwavering commitment to personal and professional growth. Here, camaraderie is not just a word—it's our foundation. We exchange ideas, challenge each other, and offer the support needed to navigate and succeed in the ever-evolving tech landscape. Embark with us on a transformative journey, forging new paths to opportunities and a brighter future for all."
},
"buttons": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/headers/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ const Header = ({ shadow, fluid }: TProps) => {
<div className="header-top tw-py-2.5 tw-bg-gray-200">
<div className="tw-container tw-flex tw-justify-center tw-items-center tw-flex-wrap">
<p className="tw-text-center tw-flex-100 tw-mb-3.8 md:tw-flex-1 md:tw-text-left md:tw-mb-0 md:tw-mr-7.5">
We start accepting new troops in
Our 10th Birthday is in
</p>
<div className="tw-flex tw-items-center sm:tw-mr-[45px] md:tw-mr-5 lg:tw-mr-[45px]">
<i className="far fa-clock tw-text-lg tw-text-secondary tw-mr-[5px]" />
<CountdownTimer targetDate="2023/09/11" />
<CountdownTimer targetDate="2024/05/15" />
</div>
<Button size="xs" path="/donate">
Donate
Expand Down
Loading