Skip to content

Commit ab9f438

Browse files
authored
Merge pull request #21 from radarhere/updates
Updates
2 parents fd3054f + 24d25d6 commit ab9f438

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="description" content="">
8-
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
7+
<meta name="description" content="Pillow: the friendly PIL fork">
98
<meta name="generator" content="Jekyll v3.8.6">
109
<title>Python Pillow</title>
1110

12-
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/jumbotron/">
11+
<link rel="canonical" href="https://python-pillow.org/">
1312

1413
<!-- Bootstrap core CSS -->
1514
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
@@ -41,11 +40,11 @@
4140
<body>
4241
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
4342
<a class="navbar-brand" href="#"><img src="images/pillow-logo.png"></a>
44-
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
43+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsDefault" aria-controls="navbarsDefault" aria-expanded="false" aria-label="Toggle navigation">
4544
<span class="navbar-toggler-icon"></span>
4645
</button>
4746

48-
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
47+
<div class="collapse navbar-collapse" id="navbarsDefault">
4948
<ul class="navbar-nav mr-auto">
5049
<li class="nav-item">
5150
<a class="nav-link" href="#tidelift">Enterprise</a>
@@ -77,7 +76,6 @@ <h1 class="display-3">Welcome</h1>
7776
</div>
7877

7978
<div class="container">
80-
<!-- Example row of columns -->
8179
<div class="row">
8280
<div class="col-md-4">
8381
<h2>Documentation</h2>
@@ -87,11 +85,10 @@ <h2>Documentation</h2>
8785
<div class="col-md-4">
8886
<h2>Discussion</h2>
8987
<p>Discussion about Pillow development, programming and technical issues occurs on <a target="_blank" href="https://github.com/python-pillow/Pillow/issues">GitHub</a>, <a target="_blank" href="https://stackoverflow.com/questions/tagged/python-imaging-library">Stack Overflow</a>, <a target="_blank" href="https://gitter.im/python-pillow/Pillow">Gitter</a> and <a target="_blank" href="irc://irc.freenode.net#pil">IRC</a>.</p>
90-
<p><a class="btn btn-secondary" href="#" role="button">View details &raquo;</a></p>
9188
</div>
9289
<div class="col-md-4">
9390
<h2>Source Code</h2>
94-
<p>Our source code is <a target="_blank" href= "https://github.com/python-pillow/Pillow">hosted on GitHub</a> and tested on <a target="_blank" href="https://travis-ci.org/python-pillow/Pillow">Travis CI</a>, <a target="_blank" href="https://ci.appveyor.com/project/python-pillow/Pillow">AppVeyor</a>, <a target="_blank" href="https://github.com/python-pillow/Pillow/actions">GitHub Actions</a>, <a target="_blank" href="https://codecov.io/gh/python-pillow/Pillow">Codecov</a> and released on the <a href="https://pypi.org/project/Pillow">Python Package Index</a>.</p>
91+
<p>Our source code is <a target="_blank" href= "https://github.com/python-pillow/Pillow">hosted on GitHub</a> and tested on <a target="_blank" href="https://travis-ci.org/python-pillow/Pillow">Travis CI</a>, <a target="_blank" href="https://ci.appveyor.com/project/python-pillow/Pillow">AppVeyor</a>, <a target="_blank" href="https://github.com/python-pillow/Pillow/actions">GitHub Actions</a>, <a target="_blank" href="https://codecov.io/gh/python-pillow/Pillow">Codecov</a> and released on the <a target="_blank" href="https://pypi.org/project/Pillow">Python Package Index</a>.</p>
9592
<p><a target="_blank" class="btn btn-secondary" href="https://github.com/python-pillow/Pillow" role="button"><i class="fab fa-github mr-1"></i>View details &raquo;</a></p>
9693
</div>
9794
</div>

jumbotron.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Move down content because we have a fixed navbar that is 3.5rem tall */
1+
/* Move down content because we have a fixed navbar that is 6.75rem tall */
22
body {
3-
padding-top: 4.5rem;
3+
padding-top: 6.75rem;
44
}

0 commit comments

Comments
 (0)