Skip to content

Commit 84f3221

Browse files
Transition to vavr.io
1 parent a24bfb4 commit 84f3221

File tree

9 files changed

+50
-50
lines changed

9 files changed

+50
-50
lines changed

contact.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta name="description" content="Javaslang is an object-functional library for Java 8+">
8+
<meta name="description" content="Vavr is an object-functional library for Java 8+">
99
<meta name="author" content="Daniel Dietrich">
1010

11-
<title>Javaslang</title>
11+
<title>Vavr</title>
1212

1313
<link rel="shortcut icon" href="img/favicon.ico" />
1414
<link rel="apple-touch-icon" href="img/apple-touch-icon-precomposed.png">
@@ -28,8 +28,8 @@
2828
<!-- Syntax Highlighting -->
2929
<link rel="stylesheet" href="css/prism.css" type="text/css">
3030

31-
<!-- Javaslang CSS // IMPORTANT: LAST CSS LOADED BECAUSE OF OVERRIDES -->
32-
<link rel="stylesheet" href="css/javaslang.css" type="text/css">
31+
<!-- Vavr CSS // IMPORTANT: LAST CSS LOADED BECAUSE OF OVERRIDES -->
32+
<link rel="stylesheet" href="css/vavr.css" type="text/css">
3333

3434
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
3535
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -50,7 +50,7 @@ <h1>Contact</h1>
5050
24106 Kiel<br />
5151
Germany
5252
</p>
53-
<p>Email: <a href="mailto:mail@javaslang.io">mail@javaslang.io</a></p>
53+
<p>Email: <a href="mailto:mail@vavr.io">mail@vavr.io</a></p>
5454
</div>
5555
</div>
5656
</div>

css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Don't edit the `css/*.css` files directly, they are generated.
22

3-
Instead edit `less/*.less` and generate the css with `lessc javaslang.less > ../css/javaslang.css`.
3+
Instead edit `less/*.less` and generate the css with `lessc vavr.less > ../css/vavr.css`.
44

55
Less can be obtained via `npm install -g less`.
File renamed without changes.

disclaimer.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<meta name="description" content="Javaslang is an object-functional library for Java 8+">
8+
<meta name="description" content="Vavr is an object-functional library for Java 8+">
99
<meta name="author" content="Daniel Dietrich">
1010

11-
<title>Javaslang</title>
11+
<title>Vavr</title>
1212

1313
<link rel="shortcut icon" href="img/favicon.ico" />
1414
<link rel="apple-touch-icon" href="img/apple-touch-icon-precomposed.png">
@@ -28,8 +28,8 @@
2828
<!-- Syntax Highlighting -->
2929
<link rel="stylesheet" href="css/prism.css" type="text/css">
3030

31-
<!-- Javaslang CSS // IMPORTANT: LAST CSS LOADED BECAUSE OF OVERRIDES -->
32-
<link rel="stylesheet" href="css/javaslang.css" type="text/css">
31+
<!-- Vavr CSS // IMPORTANT: LAST CSS LOADED BECAUSE OF OVERRIDES -->
32+
<link rel="stylesheet" href="css/vavr.css" type="text/css">
3333

3434
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
3535
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@@ -43,11 +43,11 @@
4343
<div class="container">
4444
<div class="row">
4545
<div class="col-lg-8 col-lg-offset-2 text-center">
46-
<h1> Disclaimer for Javaslang</h1>
47-
<p> If you require any more information or have any questions about our site's disclaimer, please feel free to contact us by email at <a href="mailto:mail@javaslang.io">mail@javaslang.io</a>.<br />
48-
<h2>Disclaimers for www.javaslang.io:</h2>
46+
<h1> Disclaimer for Vavr</h1>
47+
<p> If you require any more information or have any questions about our site's disclaimer, please feel free to contact us by email at <a href="mailto:mail@vavr.io">mail@vavr.io</a>.<br />
48+
<h2>Disclaimers for www.vavr.io:</h2>
4949
<p>
50-
All the information on this website is published in good faith and for general information purpose only. www.javaslang.io does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (www.javaslang.io), is strictly at your own risk. www.javaslang.io will not be liable for any losses and/or damages in connection with the use of our website.
50+
All the information on this website is published in good faith and for general information purpose only. www.vavr.io does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (www.vavr.io), is strictly at your own risk. www.vavr.io will not be liable for any losses and/or damages in connection with the use of our website.
5151
</p>
5252
<p>
5353
From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone 'bad'.

0 commit comments

Comments
 (0)