Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
alx00x committed Oct 3, 2020
1 parent 4b3b93f commit 465c484
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
<link rel="icon" href="https://vfxpy.com/logo_32.png">

<!-- Primary Meta Tags -->
<title>VFX Python3 Readiness</title>
<meta name="title" content="VFX Python3 Readiness">
<title>VFX Python 3 Readiness</title>
<meta name="title" content="VFX Python 3 Readiness">
<meta name="description"
content="Python 3 support graph for most popular Python libraries and DCC applications used in VFX production">
<meta name="robots" content="index, follow">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://vfxpy.com/">
<meta property="og:title" content="VFX Python3 Readiness">
<meta property="og:title" content="VFX Python 3 Readiness">
<meta property="og:description"
content="Python 3 support graph for most popular Python libraries and DCC applications used in VFX production">
<meta property="og:image" content="">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://vfxpy.com/">
<meta property="twitter:title" content="VFX Python3 Readiness">
<meta property="twitter:title" content="VFX Python 3 Readiness">
<meta property="twitter:description"
content="Python 3 support graph for most popular Python libraries and DCC applications used in VFX production">
<meta property="twitter:image" content="">
Expand Down Expand Up @@ -148,7 +148,7 @@
$items = $(".btn-success,.panel-success"),
currentState = $this.data("state") || "Show",
nextState = currentState == "Show" ? "Hide" : "Show",
buttonText = currentState + " Python3 Ready";
buttonText = currentState + " Python 3 Ready";

if (currentState === "Show")
$items.hide();
Expand Down Expand Up @@ -188,18 +188,18 @@
<div class="container">
<div class="row" style="margin-bottom: 30px;">
<div class="col-sm-12 col-md-12">
<h1>Are we Python3 ready?</h1>
<p class="text-center text-default">Python3 support graph for the most popular VFX packages!</p>
<h1>Are we Python 3 ready?</h1>
<p class="text-center text-default">Python 3 support graph for the most popular VFX packages!</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<object data="wheel.svg" type="image/svg+xml" class="center-block"></object>
<h2>What is this about?</h2>
<p>This site shows Python3 support for the popular packages in VFX production:</p>
<p>This site shows Python 3 support for the popular packages in VFX production:</p>
<ol>
<li><span class="text-success">Green</span> packages support Python3;</li>
<li><span class="text-muted">White</span> packages do not support Python3 yet.</li>
<li><span class="text-success">Green</span> packages support Python 3;</li>
<li><span class="text-muted">White</span> packages do not support Python 3 yet.</li>
</ol>
<p>A package is any substantial part of the VFX pipeline.</p>
<h2>Information is out of date, how can I change it?</h2>
Expand Down Expand Up @@ -233,13 +233,13 @@ <h2>Thanks</h2>
<p>
This is derivative work from <a href="http://chhantyal.net/py3readiness/">py3readiness</a>, a site that tracks
general
compatibility with Python3, which in turn is a derivative of <a href="pythonwheels.com">pythonwheels.com</a>, a
compatibility with Python 3, which in turn is a derivative of <a href="pythonwheels.com">pythonwheels.com</a>, a
site that tracks
which Python distributions ship the wheel distribution.
</p>
</div>
<div class="col-sm-6">
<a id="show-hide-py3" href="javascript:void(0)" class="btn btn-default btn-first-child btn-last-child">Hide Python3 Ready</a>
<a id="show-hide-py3" href="javascript:void(0)" class="btn btn-default btn-first-child btn-last-child">Hide Python 3 Ready</a>
<h6 class="text-right"><i>*Click on any package to reveal more info</i></h6>
<div class="panel panel-info">
<div class="panel-heading">
Expand Down

0 comments on commit 465c484

Please sign in to comment.