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

Improved Readability by Adjusting Text Color in Latest Blogs #1489

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2bba67c
Added the email tag
GauriBhandari Jul 4, 2023
271be50
Merge branch 'main' of https://github.com/GauriBhandari/Aec-Library-W…
GauriBhandari Jul 4, 2023
492924e
Added the email tag
GauriBhandari Jul 22, 2023
9998228
added alt attribute
GauriBhandari Jul 22, 2023
adfe248
Merge branch 'main' into main
GauriBhandari Jul 22, 2023
9fcfcbd
corrected the broken images
GauriBhandari Jul 23, 2023
5d608a4
corrected the broken images
GauriBhandari Jul 23, 2023
2342ef0
Corrected the broken images
GauriBhandari Jul 27, 2023
e90b09e
Broken images are corrected
GauriBhandari Jul 28, 2023
cc3664d
The code is clean now :)
GauriBhandari Jul 28, 2023
bc22bf5
Added the code snippet
GauriBhandari Jul 28, 2023
b87a367
Crrected the images regarding the course and added the react,python a…
GauriBhandari Jul 29, 2023
c1ec137
Added the rust and r programming lang course
GauriBhandari Jul 29, 2023
39ed983
Added the Typescript and SQL programming lang course
GauriBhandari Jul 29, 2023
9c917fe
Added the Scala and PHP programming lang course
GauriBhandari Jul 29, 2023
92ddfda
Added the Lisp and Perl programming lang course
GauriBhandari Jul 29, 2023
1547efc
Added the programming languages course
GauriBhandari Jul 29, 2023
05e8b26
Merge branch 'main' into main
GauriBhandari Jul 29, 2023
b6763b3
Removed the extra lines
GauriBhandari Jul 30, 2023
cec3286
Removed the extra lines
GauriBhandari Jul 30, 2023
5b1ccf8
corrected the addition of the courses
GauriBhandari Jul 30, 2023
e7fb73e
Merge branch 'main' into main
GauriBhandari Jul 31, 2023
c8532e8
Removed the code snippet
GauriBhandari Jul 31, 2023
6e4f7f6
Code Snippet removed
GauriBhandari Jul 31, 2023
f912245
changed the text color
GauriBhandari Aug 6, 2023
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
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,43 +660,43 @@ <h1><b class='latest-blogs'> Latest Blogs</b></h1>
<div class="desc-carousel">
<div class="inner">
<div class="desc">
<h1>Books are the most Trusted Friends you'll ever have.</h1>
<p> And books can be our best friends for life, for all the right reasons. Good books enrich our mind and
<h1 style="color: #333333;">Books are the most Trusted Friends you'll ever have.</h1>
<p style="color: #333333;"> And books can be our best friends for life, for all the right reasons. Good books enrich our mind and
broaden our perspective towards life.</p>
</div>
<div class="desc">
<h1>Distance-Learning programmes on BOOM</h1>
<p>Blog about pursuing an MBA, Masters Degree, Online MBA, DBA, Bachelors or PGCE via Online Learning or
<h1 style="color: #333333;">Distance-Learning programmes on BOOM</h1>
<p style="color: #333333;">Blog about pursuing an MBA, Masters Degree, Online MBA, DBA, Bachelors or PGCE via Online Learning or
Distance learning.</p>
</div>
<div class="desc">
<h1>Our Future is our YOUTH</h1>
<p>Higher education is looking beyond the dwindling market of 18-year-olds to lifelong, professional and
<h1 style="color: #333333;">Our Future is our YOUTH</h1>
<p style="color: #333333;">Higher education is looking beyond the dwindling market of 18-year-olds to lifelong, professional and
continuing ed to sustain enrollments.</p>
</div>
<div class="desc">
<h1>The Digital Era of Education</h1>
<p>Current trends indicate that digital formats will be an integral part of educational institutions in the
<h1 style="color: #333333;">The Digital Era of Education</h1>
<p style="color: #333333;">Current trends indicate that digital formats will be an integral part of educational institutions in the
post-Covid-19 world. </p>
</div>
<div class="desc">
<h1>Innovation in the field of Literature</h1>
<p>The main parts of innovation have been highlighted and the aim of this review is to give a good insight
<h1 style="color: #333333;">Innovation in the field of Literature</h1>
<p style="color: #333333;">The main parts of innovation have been highlighted and the aim of this review is to give a good insight
in research field</p>
</div>
<div class="desc">
<h1>The Habit Of Book-Reading</h1>
<p>The habit of reading is one of the best qualities that a person can possess. Books are known to be your
<h1 style="color: #333333;">The Habit Of Book-Reading</h1>
<p style="color: #333333;">The habit of reading is one of the best qualities that a person can possess. Books are known to be your
best friend for a reason.</p>
</div>
<div class="desc">
<h1>The Magic of Literature</h1>
<p>Magical realism is a genre of literature that depicts the real world as a magic or fantasy. </p>
<h1 style="color: #333333;">The Magic of Literature</h1>
<p style="color: #333333;">Magical realism is a genre of literature that depicts the real world as a magic or fantasy. </p>
</div>
<div class="desc">
<h1>How to Write and Publish Childrens' Books
<h1 style="color: #333333;">How to Write and Publish Childrens' Books
</h1>
<p>Kids Book Review is a voluntary children's literature and book review which works with authors,
<p style="color: #333333;">Kids Book Review is a voluntary children's literature and book review which works with authors,
illustrators and publishers. </p>
</div>
</div>
Expand Down
Loading