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

enhancing blogs page, improving profile section #4754

Merged
merged 13 commits into from
Nov 7, 2024
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
│ │ ├── about.css
│ │ ├── aboutus.css
│ │ ├── addremove.css
│ │ ├── blog.css
│ │ ├── checkout.css
│ │ ├── contributor.css
│ │ ├── event.css
Expand Down Expand Up @@ -191,6 +192,7 @@
│ │ ├── horror.html
│ │ ├── image.png
│ │ ├── img.png
│ │ ├── inbox.html
│ │ ├── login.html
│ │ ├── magical-realism.html
│ │ ├── maha.html
Expand Down Expand Up @@ -257,6 +259,7 @@
│ │ ├── alt.jpeg
│ │ ├── alter.jpeg
│ │ ├── american.jpg
│ │ ├── animal.jpeg
│ │ ├── anna_karenina.jpg
│ │ ├── ariel.webp
│ │ ├── atomic.jpeg
Expand All @@ -268,6 +271,7 @@
│ │ ├── avatar4.jpg
│ │ ├── avatar5.jpg
│ │ ├── award.svg
│ │ ├── babb.jpeg
│ │ ├── bad.jpg
│ │ ├── be.jpeg
│ │ ├── beach.jpg
Expand Down Expand Up @@ -320,6 +324,7 @@
│ │ ├── case.jpg
│ │ ├── castle.png
│ │ ├── catch.jpg
│ │ ├── catch22.jpg
│ │ ├── catcher_in_the_rye.jpg
│ │ ├── chain.jpg
│ │ ├── child.jpg
Expand Down Expand Up @@ -362,6 +367,7 @@
│ │ ├── dracula.jpeg
│ │ ├── dracula.webp
│ │ ├── dragon.jpg
│ │ ├── dunces.jpeg
│ │ ├── dune.jpg
│ │ ├── duno.jpeg
│ │ ├── duno.jpg
Expand Down Expand Up @@ -389,18 +395,19 @@
│ │ ├── final.png
│ │ ├── fire.jpg
│ │ ├── first-5-read.png
│ │ ├── five.jpeg
│ │ ├── foundation.jpeg
│ │ ├── frankenstein.jpg
│ │ ├── frog.jpg
│ │ ├── fun.jpg
│ │ ├── game.jpg
│ │ ├── genre.jpg
│ │ ├── genres/
│ │ │ ├── 1.jpg
│ │ │ ├── 10.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 5.jpeg
│ │ │ ├── 6.jpg
│ │ │ ├── 7.jpg
│ │ │ ├── 8.jpg
Expand Down Expand Up @@ -525,6 +532,7 @@
│ │ ├── mona.jpeg
│ │ ├── moon.png
│ │ ├── moon_solid.svg
│ │ ├── motivation.jpg
│ │ ├── murder.jpg
│ │ ├── my.jpg
│ │ ├── mystery.jpg
Expand Down Expand Up @@ -552,6 +560,7 @@
│ │ ├── ocean.jpg
│ │ ├── odd.jpg
│ │ ├── odyssey.jpg
│ │ ├── omens.jpeg
│ │ ├── oryx.jpeg
│ │ ├── oryx.jpg
│ │ ├── out.jpg
Expand All @@ -575,6 +584,7 @@
│ │ ├── pride.jpg
│ │ ├── priory.jpg
│ │ ├── pross.jpeg
│ │ ├── psh.jpeg
│ │ ├── ramayana.jpeg
│ │ ├── rapun.jpg
│ │ ├── re.jpg
Expand All @@ -595,6 +605,7 @@
│ │ ├── sch.jpg
│ │ ├── sci.jpg
│ │ ├── science.jpg
│ │ ├── sell.jpg
│ │ ├── settings.png
│ │ ├── shantaram.jpg
│ │ ├── share-books.png
Expand All @@ -608,6 +619,7 @@
│ │ ├── silentp.jpg
│ │ ├── sim.jpg
│ │ ├── sings.jpeg
│ │ ├── smoke.jpeg
│ │ ├── snow.jpeg
│ │ ├── snowcrash.jpg
│ │ ├── snowq.jpg
Expand Down Expand Up @@ -665,6 +677,7 @@
│ │ ├── winter.jpg
│ │ ├── woman.jpg
│ │ ├── wood.jpg
│ │ ├── world.jpeg
│ │ ├── wuthering_heights.jpg
│ │ ├── wwz.jpg
│ │ ├── yes.jpg
Expand Down
4 changes: 2 additions & 2 deletions activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SwapReads Connect - Recent Activity</title>
<title>Inbox</title>
<link rel="stylesheet" href="activity.css" />

<link
Expand Down Expand Up @@ -96,7 +96,7 @@
</nav>
</header>
<main>
<h1>Recent Activity</h1>
<h1>My Inbox</h1>
<section class="activity-feed">
<ul>
<!-- Order related activities -->
Expand Down
Loading
Loading