diff --git a/Tests/Test1/questions.json b/Tests/Test1/questions.json index bc3e1a6..97697c5 100644 --- a/Tests/Test1/questions.json +++ b/Tests/Test1/questions.json @@ -18,7 +18,7 @@ "part": "Part 1.2", "images": ["1.avif", "2.jpg"], "prepareTime": 12, - "answerTime": 45, + "answerTime": 30, "questions": [ { "question1Part1.2": "Describe what you see in these 2 pictures." diff --git a/Tests/Test2/questions.json b/Tests/Test2/questions.json index 2a78878..52e7802 100644 --- a/Tests/Test2/questions.json +++ b/Tests/Test2/questions.json @@ -20,7 +20,7 @@ "part": "Part 1.2", "images": ["1.jpg", "2.jpg"], "prepareTime": 10, - "answerTime": 45, + "answerTime": 30, "questions": [ { "question1Part1.2": "Describe what you see in these 2 pictures." diff --git a/Tests/Test3/questions.json b/Tests/Test3/questions.json index bcfdac0..c2c1feb 100644 --- a/Tests/Test3/questions.json +++ b/Tests/Test3/questions.json @@ -20,7 +20,7 @@ "part": "Part 1.2", "images": ["1.jpg", "2.jpg"], "prepareTime": 10, - "answerTime": 45, + "answerTime": 30, "questions": [ { "question1Part1.2": "Describe what you see in these 2 pictures." diff --git a/Tests/Test4Demo/imgs/1.jpg b/Tests/Test4/imgs/1.jpg similarity index 100% rename from Tests/Test4Demo/imgs/1.jpg rename to Tests/Test4/imgs/1.jpg diff --git a/Tests/Test4/imgs/1.webp b/Tests/Test4/imgs/1.webp new file mode 100644 index 0000000..f30f965 Binary files /dev/null and b/Tests/Test4/imgs/1.webp differ diff --git a/Tests/Test4/imgs/2.jpeg b/Tests/Test4/imgs/2.jpeg new file mode 100644 index 0000000..e9c4775 Binary files /dev/null and b/Tests/Test4/imgs/2.jpeg differ diff --git a/Tests/Test4Demo/imgs/2.jpg b/Tests/Test4/imgs/2.jpg similarity index 100% rename from Tests/Test4Demo/imgs/2.jpg rename to Tests/Test4/imgs/2.jpg diff --git a/Tests/Test4/imgs/3.avif b/Tests/Test4/imgs/3.avif new file mode 100644 index 0000000..ca342b9 Binary files /dev/null and b/Tests/Test4/imgs/3.avif differ diff --git a/Tests/Test4Demo/imgs/3.jpeg b/Tests/Test4/imgs/3.jpeg similarity index 100% rename from Tests/Test4Demo/imgs/3.jpeg rename to Tests/Test4/imgs/3.jpeg diff --git a/Tests/Test4/questions.json b/Tests/Test4/questions.json new file mode 100644 index 0000000..8ca826f --- /dev/null +++ b/Tests/Test4/questions.json @@ -0,0 +1,75 @@ +{ + "parts": [ + { + "part": "Part 1.1", + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.1": "What is your favorite season of the year?" + }, + { + "question2Part1.1": "Do you enjoy cooking? Why or why not?" + }, + { + "question3Part1.1": "Do you prefer to read books or watch movies?" + } + ] + }, + { + "part": "Part 1.2", + "images": ["1.webp", "2.jpeg"], + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.2": "Describe what you see in these two pictures." + }, + { + "question2Part1.2": "Which activity shown here would you prefer to do, and why?" + }, + { + "question3Part1.2": "How do you think the weather affects the activities in these pictures?" + } + ] + }, + { + "part": "Part 2", + "images": ["3.avif"], + "prepareTime": 60, + "answerTime": 120, + "questions": [ + { + "question1Part2": "What are the benefits of exercising outdoors?" + }, + { + "question1Part2": "Do you think parks are important for cities? Why?" + }, + { + "question1Part2": "How do you think weather impacts outdoor exercise habits?" + } + ] + }, + { + "part": "Part 3", + "description": "Argument Discussion", + "questions": [ + { + "statement": "People should work four days a week instead of five ", + "For": { + "fact1": "Better work-life balance", + "fact2": "Increased productivity", + "fact3": "Improved mental health" + }, + "Against": { + "fact1": "Deadlines might be harder to meet", + "fact2": "Businesses could lose profits", + "fact3": "Customers may face longer wait times for services" + } + } + ], + "prepareTime": 60, + "answerTime": 120 + } + ] +} diff --git a/Tests/Test4Demo/questions.json b/Tests/Test4Demo/questions.json deleted file mode 100644 index 0a8b897..0000000 --- a/Tests/Test4Demo/questions.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "parts": [ - { - "part": "Part 1.1", - "prepareTime": 1, - "answerTime": 3, - "questions": [ - { - "question1Part1.1": "What do you like to do in the mornings?" - }, - { - "question2Part1.1": "Do you enjoy reading books? Why or why not?" - }, - { - "question3Part1.1": "What kind of music do you like?" - } - ] - }, - { - "part": "Part 1.2", - "images": ["1.jpg", "2.jpg"], - "prepareTime": 1, - "answerTime": 4, - "questions": [ - { - "question1Part1.2": "What do these images tell you about how people spend their free time?" - }, - { - "question2Part1.2": "Which place would you prefer to spend time in? Why?" - }, - { - "question3Part1.2": "How do these places make you feel?" - } - ] - }, - { - "part": "Part 2", - "images": ["3.jpeg"], - "prepareTime": 6, - "answerTime": 12, - "questions": [ - { - "question1Part2": "What makes city life exciting for people?" - }, - { - "question1Part2": "What are some challenges of living in a busy city?" - }, - { - "question1Part2": "How can cities become more enjoyable for everyone?" - } - ] - }, - { - "part": "Part 3", - "description": "Argument Discussion", - "questions": [ - { - "statement": "Car ownership is useful, but it's bad for the environment", - "For": { - "fact1": "Cars help people travel quickly and easily.", - "fact2": "They are essential for areas with poor public transport", - "fact3": "Cars allow for flexibility in planning trips" - }, - "Against": { - "fact1": "Cars produce harmful emissions that pollute the air", - "fact2": "Traffic jams cause stress and waste time", - "fact3": "Public transport is often more eco-friendly" - } - } - ], - "prepareTime": 6, - "answerTime": 12 - } - ] -} diff --git a/Tests/Test5/imgs/1.jpg b/Tests/Test5/imgs/1.jpg new file mode 100644 index 0000000..545545d Binary files /dev/null and b/Tests/Test5/imgs/1.jpg differ diff --git a/Tests/Test5/imgs/2.avif b/Tests/Test5/imgs/2.avif new file mode 100644 index 0000000..1d221b9 Binary files /dev/null and b/Tests/Test5/imgs/2.avif differ diff --git a/Tests/Test5/imgs/2.jpeg b/Tests/Test5/imgs/2.jpeg new file mode 100644 index 0000000..f65af01 Binary files /dev/null and b/Tests/Test5/imgs/2.jpeg differ diff --git a/Tests/Test5/imgs/3.avif b/Tests/Test5/imgs/3.avif new file mode 100644 index 0000000..2b643b3 Binary files /dev/null and b/Tests/Test5/imgs/3.avif differ diff --git a/Tests/Test5/questions.json b/Tests/Test5/questions.json new file mode 100644 index 0000000..15ae170 --- /dev/null +++ b/Tests/Test5/questions.json @@ -0,0 +1,75 @@ +{ + "parts": [ + { + "part": "Part 1.1", + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.1": "What time do you usually wake up in the morning?" + }, + { + "question2Part1.1": "Do you prefer tea or coffee?" + }, + { + "question3Part1.1": "What do you usually do in the evenings?" + } + ] + }, + { + "part": "Part 1.2", + "images": ["1.jpg", "2.jpeg"], + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.2": "Describe what you see in these two pictures." + }, + { + "question2Part1.2": "Which activity shown here seems more relaxing, and why?" + }, + { + "question3Part1.2": "How might these two places be important for travelers?" + } + ] + }, + { + "part": "Part 2", + "images": ["3.avif"], + "prepareTime": 60, + "answerTime": 120, + "questions": [ + { + "question1Part2": "What makes a teacher good at their job?" + }, + { + "question1Part2": "How important is the environment for learning?" + }, + { + "question1Part2": "Do you think traditional classrooms will change in the future?" + } + ] + }, + { + "part": "Part 3", + "description": "Homework should be banned in schools", + "questions": [ + { + "statement": "People should work four days a week instead of five ", + "For": { + "fact1": "Better work-life balance", + "fact2": "Increased productivity", + "fact3": "Improved mental health" + }, + "Against": { + "fact1": "Deadlines might be harder to meet", + "fact2": "Businesses could lose profits", + "fact3": "Customers may face longer wait times for services" + } + } + ], + "prepareTime": 60, + "answerTime": 120 + } + ] +} diff --git a/css/index.css b/css/index.css index 6b94b05..bfb7d82 100644 --- a/css/index.css +++ b/css/index.css @@ -262,6 +262,66 @@ ul.nav-links li a:hover { margin-bottom: 10px; } +/* Why Practice Section */ +#why-practice { + position: relative; + width: 100%; + background-image: url("../images/whySelectUs.avif"); /* Replace with your background image path */ + background-size: cover; + background-position: center; + padding: 50px 20px; + color: #f1efe7; + display: flex; + justify-content: center; + align-items: center; + max-width: 1200px; +} + +#why-practice::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */ + z-index: 1; +} + +.why-content { + text-align: center; + max-width: 800px; + z-index: 2; /* Content above the overlay */ +} + +.why-content h2 { + font-size: 32px; + margin-bottom: 30px; + color: #ffffff; +} + +.stats { + display: flex; + justify-content: space-around; + flex-wrap: wrap; + gap: 20px; +} + +.stat { + text-align: center; +} + +.stat h3 { + font-size: 36px; + color: #ffcc00; + margin-bottom: 10px; +} + +.stat p { + font-size: 18px; + color: #ffffff; +} + /* Footer */ footer { width: 100%; diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest index 45dc8a2..fa99de7 100644 --- a/favicon/site.webmanifest +++ b/favicon/site.webmanifest @@ -1 +1,19 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/images/whySelectUs.avif b/images/whySelectUs.avif new file mode 100644 index 0000000..a6bc556 Binary files /dev/null and b/images/whySelectUs.avif differ diff --git a/index.html b/index.html index ef7e9c8..a0480e4 100644 --- a/index.html +++ b/index.html @@ -21,12 +21,10 @@ - - @@ -44,6 +42,27 @@

Unlock Your Potential with Our Speaking Tests

+ +
+
+

Why Practice on This Platform!

+
+
+

0%

+

Actual Speaking Test Conditions

+
+
+

+0

+

Group Members

+
+
+

+0

+

Full Mock Speaking Tests

+
+
+
+
+
@@ -62,6 +81,7 @@

Join Our Speaking Club Telegram Group

+

About the Project

@@ -97,5 +117,26 @@

Our Team

+ diff --git a/test.html b/test.html index baeea53..2e63370 100644 --- a/test.html +++ b/test.html @@ -32,17 +32,17 @@

Select a Test

- - - +