Skip to content

Commit fec1198

Browse files
update website
1 parent f162638 commit fec1198

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs-src/igstories.pug

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ prepend titleDeterminer
66

77
append head
88
link(rel='stylesheet', href='/css/index.css')
9+
link(rel='stylesheet', href='/css/igstories.css')
910

1011
prepend header
1112
- var navtype = 'transparent navbar-dark'
@@ -43,11 +44,11 @@ block content
4344
h1.text-center Features
4445
.screenshots.row.mt-5.text-center
4546
a.col-md-6.mb-4(href='img/igstories-anon.png', target='_blank')
46-
| Watch Stories Anonymously
47-
img.mt-3.img-fluid(src='img/igstories-anon.png')
47+
p Watch Stories Anonymously
48+
img.mt-3.img-fluid(src='img/igstories-anon.png', width="300px")
4849
a.col-md-6.mb-4(href='img/igstories-watch.png', target='_blank')
49-
| Search any user and watch their stories
50-
img.mt-3.img-fluid(src='img/igstories-watch.png')
50+
p Save Story videos on your computer
51+
img.mt-3.img-fluid(src='img/igstories-watch.png', width="300px")
5152

5253
section.donations.mt-5.text-center
5354
h2 Donations

docs/css/igstories.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.promoBanner.active .backgroundSkew {
2+
background-image: linear-gradient(150deg,red 0%,#7705ee 100%);
3+
}

docs/igstories.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Muli:400,700,900">
2727
<link rel="stylesheet" href="/css/global.css">
2828
<link rel="stylesheet" href="/css/index.css">
29+
<link rel="stylesheet" href="/css/igstories.css">
2930
</head>
3031
<body><a class="forkus" href="https://github.com/ifedapoolarewaju/igstories" target="_blank"><img src="/img/github-fork-us.svg" alt="Fork us on GitHub"></a>
3132
<div class="promoBanner active">
@@ -51,7 +52,9 @@ <h5>Download the latest <span>1.0.0</span></h5>
5152
<div class="container">
5253
<section class="features mt-5">
5354
<h1 class="text-center">Features</h1>
54-
<div class="screenshots row mt-5 text-center"><a class="col-md-6 mb-4" href="img/igstories-anon.png" target="_blank">Watch Stories Anonymously<img class="mt-3 img-fluid" src="img/igstories-anon.png"></a><a class="col-md-6 mb-4" href="img/igstories-watch.png" target="_blank">Search any user and watch their stories<img class="mt-3 img-fluid" src="img/igstories-watch.png"></a></div>
55+
<div class="screenshots row mt-5 text-center"><a class="col-md-6 mb-4" href="img/igstories-anon.png" target="_blank">
56+
<p>Watch Stories Anonymously</p><img class="mt-3 img-fluid" src="img/igstories-anon.png" width="300px"></a><a class="col-md-6 mb-4" href="img/igstories-watch.png" target="_blank">
57+
<p>Save Story videos on your computer</p><img class="mt-3 img-fluid" src="img/igstories-watch.png" width="300px"></a></div>
5558
</section>
5659
<section class="donations mt-5 text-center">
5760
<h2>Donations</h2>IG:Stories

0 commit comments

Comments
 (0)