Skip to content

Commit e8dad58

Browse files
author
Huzaifa Mehboob
committed
Made new "Our Team" and "Video Tutorial" pages and made other minor changes
1 parent 73fb807 commit e8dad58

File tree

12 files changed

+57
-15
lines changed

12 files changed

+57
-15
lines changed

Huzaifa.JPG

42.2 KB
Loading

Nathan.png

92 KB
Loading

Tega.png

97.3 KB
Loading

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ timezone: Asia/Shanghai
1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: QuizRUs # the main title
1818

1919
tagline: A text-focused Jekyll theme # it will display as the subtitle
2020

_data/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout:
1010
# The tabs of sidebar
1111
tabs:
1212
# format: <filename_without_extension>: <value>
13-
home: Home
13+
home: Project Preview
1414
categories: Categories
1515
tags: Tags
1616
archives: Archives

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<li class="nav-item{% if page.layout == 'home' %}{{ " active" }}{% endif %}">
2323
<a href="{{ '/' | relative_url }}" class="nav-link">
2424
<i class="fa-fw fas fa-home"></i>
25-
<span>{{ site.data.locales[include.lang].tabs.home | upcase }}</span>
25+
<span>PROJECT PREVIEW</span>
2626
</a>
2727
</li>
2828
<!-- the real tabs -->

_layouts/category.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% include lang.html %}
77

8-
<div id="page-category">
8+
<div id="page-video-tutorial">
99
<h1 class="ps-lg-2">
1010
<i class="far fa-folder-open fa-fw text-muted"></i>
1111
{{ page.title }}

_layouts/tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# All the Tags of posts.
44
---
55

6-
<div id="tags" class="d-flex flex-wrap mx-xl-2">
6+
<div id="Our Team" class="d-flex flex-wrap mx-xl-2">
77
{% assign tags = '' | split: '' %}
88
{% for t in site.tags %}
99
{% assign tags = tags | push: t[0] %}

_tabs/Our Team.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: default
3+
icon: fa-fw fas fa-users
4+
order: 2
5+
---
6+
# Meet Our Team
7+
8+
We are a passionate and dedicated team of 5 individuals, each bringing unique skills and expertise to the table. Here's a little about each of us:
9+
10+
---
11+
12+
### ![Team Member 1](..\Huzaifa.jpg)
13+
**Name**: Huzaifa Mehboob
14+
**Role**: Logic/UI
15+
**Description**: Huzaifa is a thrives on working with logic and sometimes enjoys UI. He's a big Tea addict and loves gaming.
16+
17+
---
18+
19+
### ![Team Member 2](..\Tega.png)
20+
**Name**: Tega Okene
21+
**Role**: Logic/Database
22+
**Description**: Brief description of Member 2. Share their background and their role within the team.
23+
24+
---
25+
26+
### ![Team Member 3](..\Nathan.png)
27+
**Name**: Nathan Nguyen
28+
**Role**: UI/Database
29+
**Description**: Brief description of Member 3. Highlight their expertise and contributions to the team.
30+
31+
---
32+
33+
### ![Team Member 4](path-to-picture-4.jpg)
34+
**Name**: Arion Kennedy
35+
**Role**: UI
36+
**Description**: Brief description of Member 4. Discuss what makes them an essential part of the team.
37+
38+
---
39+
40+
### ![Team Member 5](path-to-picture-5.jpg)
41+
**Name**: Nicholas Tan Jian Hau
42+
**Role**: UI
43+
**Description**: Brief description of Member 5. Mention their role and the skills they contribute to the project.
44+
45+
---

_tabs/categories.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)