-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.html
61 lines (61 loc) · 4.21 KB
/
versions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=880,maximum-scale=1,minimum-scale=.4">
<meta name="author" content="Barry Cap">
<meta name="description" content="The official website of Barry Cap. You can find on this site my different works in domains like image, video, 3D, music… and many cool sorts of things.">
<link rel="icon" href="/assets/favicon.ico">
<link rel="icon" href="/assets/favicon.svg">
<link rel="stylesheet" href="styles.css">
<link rel="manifest" href="/manifest.json">
<script src="/googleanalytics.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GY5Q2KLJ19"></script>
<script async src="/script.js"></script>
<title>Barry Cap › Version History</title>
</head>
<body id="vhist-body">
<div class="doc">
<p class="sub-txt img-sub-txt">
<h1><a href="https://barrycap.com">Barry Cap</a> › Version History</h1>
<hr>
<h2 id="0.0"><span class="span-help"title="Version: 0.0+1 Commit: commit ID was lost!">0.0</span></h2>
<p class="em"><a target="_blank" href="images/screenshot/2020-09-23_17.25.48.png">The very first version of the site</a>, when it was light and the header was ASCII, with a background image that was taking about 20 seconds to load… This version was initiated in <span class="span-help"title="May 17">2020</span>.</p>
<hr>
<h2 id="1.0"><span class="span-help"title="Version: 1.0+93 Commit: 32dbd0d">1.0</span></h2>
<p class="em">The new look of the site, dark, with font <a href="/about#this-font">Future Menu Brown</a>.</p>
<h3 id="1.1"> <span class="span-help"title="Version: 1.1+101 Commit: f010e98">1.1</span></h3>
<p class="em"> New header was set on all pages.</p>
<h3 id="1.2"> <span class="span-help"title="Version: 1.2+276 Commit: 148e761">1.2</span></h3>
<p class="em"> Animated backgrounds were added, with different image for each page.</p>
<h3 id="1.3"> <span class="span-help"title="Version: 1.3+538 Commit: 62959c7">1.3</span></h3>
<p class="em"> Spotlight image and <a href="spotlight">page</a> were created.</p>
<h3 id="1.4"> <span class="span-help"title="Version: 1.4+727 Commit: 10de064">1.4</span></h3>
<p class="em"> Images and videos in Home page that have been here since the beginning of the website, were put in Image and Video pages.<br>
  SVG header was changed, using <code>stroke</code> instead of <code>fill</code>, and with a <span class="span-help"title="0 0 320 50"><code>viewBox</code> size</span> that makes sense. Intro animations were also added, with a <span class="span-help"title="1.4+766">drawing one</span> for the header.</p>
<h3 id="1.5"> <span class="span-help"title="Version: 1.5+786 Commit: 9428c13">1.5</span></h3>
<p class="em"> Different sizes (for, texts, buttons, SVGs…) were set for different screen sizes, to make the website mobile friendly.</p>
<h3 id="1.6"> <span class="span-help"title="Version: 1.6+828 Commit: 7960c36">1.6</span></h3>
<p class="em"> An intro page was added, and the old <code>index.html</code> was moved to new <code>home.html</code>.</p>
</p>
</div>
<div class="button-return-container" title="Return">
<a class="button-return" onclick="window.history.go(-1);return false">
<svg viewBox="0 0 40 40">
<path stroke="#fff" stroke-width="8" stroke-linecap="round" d="m4 36 32-32m0 32-32-32"/>
</svg>
</a>
</div>
<footer>
<div class="footer-wide footer-wide-doc">
<p class="footer-table-copyright">© 2022 <a href="/">Barry Cap</a></p>
<nav class="footer-table">
<a class="footer-table-button button" href="/help">Help</a>
<a class="footer-table-button button" href="/contributing">Contribution guidelines</a>
<a class="footer-table-button button" href="/license">License</a>
<a class="footer-table-button button" target="_blank" href="https://github.com/BarryCap/BarryCap.github.io">GitHub</a>
</nav>
</div>
</footer>
</body>
</html>