Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
131 changes: 93 additions & 38 deletions src/app/views/pages/coming/coming.component.html
Original file line number Diff line number Diff line change
@@ -1,44 +1,99 @@
<header>
<div class="container">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<img class="img-fluid mt-2" width="59px" height="59px" src="../../../../assets/home-asset/header-round.png" alt="">
<img class="img-fluid" height="64px" width="162.77px" src="../../../../assets/home-asset/header_logo.png" alt="header-logo">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="bi bi-list"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav ms-auto">
<a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="">Home</a>
<a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#lear-for-tomorrow">Lets Learn</a>
<a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#boost-learning">Lets Play</a>
<a class="nav-link me-4 fs-14 fw-700 parent" href="">About
<ul class="sub-menu">
<li>
<a class="nav-link me-4 fs-14 fw-700" routerLink="/learn-tommorow" href="">Learn for Tomorrow</a>
</li>
<li>
<a class="nav-link me-4 fs-14 fw-700" routerLink="/research" href="">Research</a>
</li>
</ul>
</a>
<a routerLink="/level" class="nav-link me-4 fs-14 fw-700 d-none" href="">Language Lab</a>
<a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a>
<a class="nav-link fs-14 fw-700" id="eng">Eng &nbsp; /</a>
<a class="nav-link me-4 fs-14 fw-700" id="de">
தமிழ்</a>
<a routerLink="/level" class="nav-link fs-14 fw-700 text-pink header-btn" href="">LOGIN</a>
</div>
</div>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<img
class="img-fluid mt-2"
width="59px"
height="59px"
src="../../../../assets/home-asset/header-round.png"
alt=""
/>
<img
class="img-fluid"
height="64px"
width="162.77px"
src="../../../../assets/home-asset/header_logo.png"
alt="header-logo"
/>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@namita-25 Please correct this indentation issues

<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon">
<i class="bi bi-list"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav ms-auto">
<a
class="nav-link active me-4 fs-14 fw-700"
aria-current="page"
href=""
>{{ "HOME_HOME" | i18next }}</a
>
<a
class="nav-link active me-4 fs-14 fw-700"
aria-current="page"
href="home/#lear-for-tomorrow"
>{{ "HOME_LETS_LEARN" | i18next }}</a
>
<a
class="nav-link active me-4 fs-14 fw-700"
aria-current="page"
href="home/#boost-learning"
>{{ "HOME_LETS_PLAY" | i18next }}</a
>
<a class="nav-link me-4 fs-14 fw-700 parent" href=""
>{{ "HOME_ABOUT" | i18next }}
<ul class="sub-menu">
<li>
<a
class="nav-link me-4 fs-14 fw-700"
routerLink="/learn-tommorow"
href=""
>{{ "HOME_LEARN_FOR_TOMORROW" | i18next }}</a
>
</li>
<li>
<a
class="nav-link me-4 fs-14 fw-700"
routerLink="/research"
href=""
>{{ "HOME_RESEARCH" | i18next }}</a
>
</li>
</ul>
</a>
<a
routerLink="/level"
class="nav-link me-4 fs-14 fw-700 d-none"
href=""
>{{ "HOME_LANGUAGE_LAB" | i18next }}</a
>
<a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a>
<a class="nav-link fs-14 fw-700" id="eng">Eng &nbsp; /</a>
<a class="nav-link me-4 fs-14 fw-700" id="de"> தமிழ்</a>
<a
routerLink="/level"
class="nav-link fs-14 fw-700 text-pink header-btn"
href=""
>{{ "COMMING_SOON_LOGIN" | i18next }}</a
>
</div>
</nav>

</div>
</div>
</nav>
</div>
</header>

<div class="container">
<div class="text-blue fs-34 fw-700 mt-5">Coming Soon</div>
</div>

<div class="container">
<div class="text-blue fs-34 fw-700 mt-5">
{{ "COMMING_SOON_TITLE" | i18next }}
</div>
</div>
172 changes: 108 additions & 64 deletions src/app/views/pages/learn-tommorow/learn-tommorow.component.html
Original file line number Diff line number Diff line change
@@ -1,91 +1,135 @@
<header>
<div class="container">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<img class="img-fluid mt-2" width="59px" height="59px" src="../../../../assets/home-asset/header-round.png" alt="">
<img class="img-fluid" height="64px" width="162.77px" src="../../../../assets/home-asset/header_logo.png" alt="header-logo">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="bi bi-list"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav ms-auto">
<a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="">Home</a>
<a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#lear-for-tomorrow">Lets Learn</a>
<a class="nav-link active me-4 fs-14 fw-700" aria-current="page" href="home/#boost-learning">Lets Play</a>
<a class="nav-link me-4 fs-14 fw-700 parent" href="">About
<ul class="sub-menu">
<li>
<a class="nav-link me-4 fs-14 fw-700" routerLink="/learn-tommorow" href="">Learn for Tomorrow</a>
</li>
<li>
<a class="nav-link me-4 fs-14 fw-700" routerLink="/research" href="">Research</a>
</li>
</ul>
</a>
<a routerLink="/level" class="nav-link me-4 fs-14 fw-700 d-none" href="">Language Lab</a>
<a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a>
<a class="nav-link fs-14 fw-700" id="eng">Eng &nbsp; /</a>
<a class="nav-link me-4 fs-14 fw-700" id="de">
தமிழ்</a>
<a routerLink="/level" class="nav-link fs-14 fw-700 text-pink header-btn" href="">LOGIN</a>
</div>
</div>
</div>
</nav>

</div>
<div class="container">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<img
class="img-fluid mt-2"
width="59px"
height="59px"
src="../../../../assets/home-asset/header-round.png"
alt=""
/>
<img
class="img-fluid"
height="64px"
width="162.77px"
src="../../../../assets/home-asset/header_logo.png"
alt="header-logo"
/>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon">
<i class="bi bi-list"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav ms-auto">
<a
class="nav-link active me-4 fs-14 fw-700"
aria-current="page"
href=""
>{{ "LEARN_FOR_TOMMORROW_HOME" | i18next }}</a
>
<a
class="nav-link active me-4 fs-14 fw-700"
aria-current="page"
href="home/#lear-for-tomorrow"
>{{ "LEARN_FOR_TOMMORROW_LETS_LEARN" | i18next }}</a
>
<a
class="nav-link active me-4 fs-14 fw-700"
aria-current="page"
href="home/#boost-learning"
>{{ "LEARN_FOR_TOMMORROW_LETS_PLAY" | i18next }}</a
>
<a class="nav-link me-4 fs-14 fw-700 parent" href=""
>{{ "LEARN_FOR_TOMMORROW_ABOUT" | i18next }}
<ul class="sub-menu">
<li>
<a
class="nav-link me-4 fs-14 fw-700"
routerLink="/learn-tommorow"
href=""
>{{ "LEARN_FOR_TOMMORROW_LEARN_FOR_TOMORROW" | i18next }}</a
>
</li>
<li>
<a
class="nav-link me-4 fs-14 fw-700"
routerLink="/research"
href=""
>{{ "LEARN_FOR_TOMMORROW_RESEARCH" | i18next }}</a
>
</li>
</ul>
</a>
<a
routerLink="/level"
class="nav-link me-4 fs-14 fw-700 d-none"
href=""
>{{ "LEARN_FOR_TOMMORROW_LANGUAGE_LAB" | i18next }}</a
>
<a class="nav-link me-4 fs-14 fw-700 d-none" href="">Explore</a>
<a class="nav-link fs-14 fw-700" id="eng">Eng &nbsp; /</a>
<a class="nav-link me-4 fs-14 fw-700" id="de"> தமிழ்</a>
<a
routerLink="/level"
class="nav-link fs-14 fw-700 text-pink header-btn"
href=""
>{{ "LEARN_FOR_TOMMORROW_LOGIN_IN" | i18next }}</a
>
</div>
</div>
</div>
</nav>
</div>
</header>
<section>
<div class="container">
<div class="container">
<div class="text-blue fs-34 fw-700 mt-5">
How To Learn For Tomorrow
</div>
{{ "LEARN_FOR_TOMMORROW_HOW_TO_LEARN_FOR_TOMORROW" | i18next }}
</div>
<div class="fs-16 mt-3">
In today’s interconnected world, it is essential for all and especially the youth to have the skills and abilities to engage confidently as global citizens. To achieve this objective they are required to have awareness of the world and effective communication skills. Reading and speaking fluently are critical for effective
communication and thereby engagement with the wider world
{{ "LEARN_FOR_TOMMORROW_FIRST_PARAGRAPH" | i18next }}
</div>

<div class="fs-16 mt-3">
Reading fluency would enable one to consume and comprehend vast and diverse information and in making meaningful and informed decisions, Speaking fluency would allow one to communicate ideas and perspectives effectively. This is increasingly important in the twentieth century,
as we move towards a 'knowledge society'.
{{ "LEARN_FOR_TOMMORROW_SECOND_PARAGRAPH" | i18next }}
</div>

<div class="fs-16 mt-3">
For young people in Tamilnadu to be able to confidently participate and engage in an interconnected global world,
language fluency in Tamil and English would be immensely beneficial.
It also helps the students to participate in classroom interactions more effectively. Tools and methods to enable effective reading and speaking fluency is the need of the hour.
{{ "LEARN_FOR_TOMMORROW_THIRD_PARAGRAPH" | i18next }}
</div>
<div class="fs-16 mt-3">
The government of Tamilnadu is keen to leverage technological advances including
leveraging Artificial Intelligence and Machine Learning capabilities to develop tools and processes to
enable effective reading and speaking fluency in Tamil and English.
{{ "LEARN_FOR_TOMMORROW_FOURTH_PARAGRAPH" | i18next }}
</div>
<div class="fs-16 mt-3">
AI4Bharat, an initiative of IIT Madras,
is on building research-led open-source language AI for Indian languages, including datasets, models, and applications.
{{ "LEARN_FOR_TOMMORROW_FIFTH_PARAGRAPH" | i18next }}
</div>

<div class="fs-16 mt-3">
The Assisted Language Learning Initiative (ALL) is a pioneering community initiative supported by EkStep Foundation which seeks to develop tools and
processes for accelerated learning of language fluency skills with the support of the Language and AI community.
{{ "LEARN_FOR_TOMMORROW_SIX_PARAGRAPH" | i18next }}
</div>
<div class="fs-16 mt-3">
Significant developments in AI-powered tools and techniques especially in the Indic language context such as automated speech recognition (ASR), and speech synthesis, coupled with advances in natural language processing (NLP), large language models, and machine learning algorithms are making it possible to
imagine and create contextual tools and solutions relevant for Indian learners.
{{ "LEARN_FOR_TOMMORROW_SEVEN_PARAGRAPH" | i18next }}
</div>

<div class="fs-16 mt-3">
These advances in combination with the latest research from the science of learning and locally relevant, contextual, engaging digital content will aid in the development of tools and processes to enhance the acquisition of fluency
in speaking and reading skills by providing personalized feedback and guidance to learners.
{{ "LEARN_FOR_TOMMORROW_EIGHT_PARAGRAPH" | i18next }}
</div>
<div class="fs-16 mt-3">
This initiative is a partnership of the Government of
Tamil Nadu Government with EkStep Foundation and Ai4bharat (IIT-Madras).
{{ "LEARN_FOR_TOMMORROW_NINE_PARAGRAPH" | i18next }}
</div>
</div>
<br /> <br />
</div>
<br />
<br />
</section>

<footer class="footer-blue"></footer>
<footer class="footer-blue"></footer>
Loading