forked from ruby-news/ruby-news.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
40 lines (34 loc) · 1.92 KB
/
about.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
---
active: "about"
layout: dark
permalink: /about/
title: "About Ruby News"
description: "Ruby News - Ruby Weekly News Digest"
tags: RubyNews About
author: 'Ruby News'
stylesheets:
- /assets/stylesheets/about
---
<div class="relative">
<div class="bg">
<div class="svg-logo">
<svg viewBox="0 0 780 556" fill="none" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern patternUnits="userSpaceOnUse" width="1600" height="833.33" patternTransform="translate(-307.51 -1032.28)" id="a">
<image width="1600" height="833.33" preserveAspectRatio="none" href="/assets/images/site-assets/homepage.jpg" >
</pattern>
</defs>
<path fill-rule="evenodd" clip-rule="evenodd" d="M542.16 477.27l.02-.02 3.11-3.51 234.35-265.87L670.86 0H108.78L0 207.88l235.34 266.4 69.86 79.76V289.2H460.8c6.38 0 11.55 5.16 11.55 11.52V556l34.13-38.5.06.17 35.62-40.4zM232.26 370.8L83.04 200.21l69.33-133.67h474.9l69.33 133.67L545.3 373.2v-72.48c0-18.68-6.1-35.96-16.41-49.94 4.64-7.7 8.14-16.8 10.66-25.54 3.66-12.7 5.74-26.4 5.74-37.58 0-49.22-39.97-89.1-89.29-89.1H232.26V370.8zm223.84-154.4H305.2v-45.07H456c9.03 0 16.35 7.3 16.35 16.32 0 5.16-2.3 13.19-6.5 19.92-4.56 7.3-8.49 8.81-9.75 8.83z" fill="url(#a)"/>
</svg>
</div>
</div>
<div class="text-content">
<div class="header">
<h2 class="mb-1rem">Welcome to the world of Ruby news</h2>
<h4 class="mb-2rem">Ruby News is a pet project created by Ruby enthusiasts for Ruby enthusiasts</h4>
</div>
<div class="description">
We handpick all the latest Ruby news from the world and gather it in one place to save your time and help you stay at the cutting edge of the Ruby universe. We really appreciate your feedback and contribution to our project. Don’t hesitate to contact us with your comments and suggest your own posts for publication at Ruby news.
</div>
</div>
</div>