-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (69 loc) · 3.97 KB
/
index.html
File metadata and controls
73 lines (69 loc) · 3.97 KB
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
62
63
64
65
66
67
68
69
70
71
72
---
"layout": "starting"
"title": "Mail Analyzing Interface"
"description": "A library for decoding email bounces, better and faster."
"author": "azumakuniyuki"
---
<header id = 'home'>
<div id = 'home-slider' class = 'carousel slide carousel-fade' data-ride = 'carousel'>
<div class = 'carousel-inner'>
<div class = 'item active' style = 'background-image: url(/static/images/background/sisimai-00.jpg)'>
<div class = 'caption'>
<img src = '/static/images/logo/sisimai-logomark-b02.png' class = 'animated fadeInDownBig' />
<h1 class = 'animated fadeInLeftBig'>
<div style = 'font-size: 75%'>lib<span>sisimai</span>.org</div>
</h1>
<p class = 'animated fadeInRightBig'>
<strong>{{ site.html.ss }}</strong> | Mail Analyzing Interface | Decoding bounces, better and faster.
</p>
<a data-scroll class = 'btn btn-start animated fadeInUpBig' href = '/en'>
<span class = 'uk24'></span><br>English
</a>
<a data-scroll class = 'btn btn-start animated fadeInUpBig' href = '/ja'>
<span class = 'jp24'><span><br>日本語
</a>
</div>
</div>
<div class = 'item' style = 'background-image: url(/static/images/background/sisimai-04.jpg)'>
<div class = 'caption'>
<img src = '/static/images/logo/sisimai-logomark-g04.png' class = 'animated fadeInDownBig' />
<h1 class = 'animated fadeInLeftBig'>
<div style = 'font-size: 36%'>Bounce Mail To</div>
<span style = 'font-size: 75%'>JSON</span>
</h1>
<p class = 'animated fadeInRightBig'>
<strong>Making Data Structure from bounce mails</strong> | Perl Module | Ruby Gem | Go Package
</p>
<a data-scroll class = 'btn btn-start animated fadeInUpBig' href = '/en'>
<span class = 'uk24'></span><br>English
</a>
<a data-scroll class = 'btn btn-start animated fadeInUpBig' href = '/ja'>
<span class = 'jp24'><span><br>日本語
</a>
</div>
</div>
<div class = 'item' style = 'background-image: url(/static/images/background/sisimai-05.jpg)'>
<div class = 'caption'>
<img src = '/static/images/logo/sisimai-logomark-g04.png' class = 'animated fadeInDownBig' />
<h1 class = 'animated fadeInLeftBig'>
<div style = 'font-size: 36%'>The Successor To</div>
<span style = 'font-size: 75%'>bounceHammer</span>
</h1>
<p class = 'animated fadeInRightBig'>
<strong>2 times higher</strong> precision of analysis |
<strong title = 'As of present, only the Perl version of Sisimai is'>
{{ site.sisimai.diff.timesfaster.golang }} times faster</strong> than bounceHammer
</p>
<a data-scroll class = 'btn btn-start animated fadeInUpBig' href = '/en'>
<span class = 'uk24'></span><br>English
</a>
<a data-scroll class = 'btn btn-start animated fadeInUpBig' href = '/ja'>
<span class = 'jp24'><span><br>日本語
</a>
</div>
</div>
</div>
<a class = 'left-control' href = '#home-slider' data-slide = 'prev'><i class = 'fa fa-angle-left'></i></a>
<a class = 'right-control' href = '#home-slider' data-slide = 'next'><i class = 'fa fa-angle-right'></i></a>
</div> <!-- /#home-slider -->
</section> <!-- /#support -->