Pārlūkot izejas kodu

Updated website. Added Changelog.

Thomas Buck 10 gadus atpakaļ
vecāks
revīzija
16f92b6e39
3 mainītis faili ar 83 papildinājumiem un 4 dzēšanām
  1. 74
    4
      web/index.html
  2. Binārs
      web/prefs.png
  3. 9
    0
      web/style.css

+ 74
- 4
web/index.html Parādīt failu

@@ -14,12 +14,12 @@
14 14
         <div class="container">
15 15
             <div class="header">
16 16
                 <ul class="nav nav-pills pull-right">
17
-                    <li><a href="mailto:xythobuz@xythobuz.de">Contact</a></li>
17
+                    <li><a href="mai&#108;to&#58;%78%79th%6Fbuz&#64;x%&#55;9t%&#54;8ob&#37;75z%2&#69;d&#101;">Contact</a></li>
18 18
                 </ul>
19 19
                 <h1 class="">RedditBar</h1>
20 20
             </div>
21 21
             <div class="jumbotron">
22
-                <div id="carousel" class="carousel slide" data-ride="carousel"  data-interval="6000">
22
+                <div id="carousel" class="carousel slide" data-ride="carousel"  data-interval="5000">
23 23
                     <ol class="carousel-indicators">
24 24
                         <li data-target="#carousel" data-slide-to="0" class="active"></li>
25 25
                         <li data-target="#carousel" data-slide-to="1"></li>
@@ -29,7 +29,9 @@
29 29
                             <img class="screenshot" src="image.png" alt="RedditBar Screenshot 1">
30 30
                         </div>
31 31
                         <div class="item">
32
-                            <img class="screenshot" src="prefs.png" alt="RedditBar Preferences Screenshot">
32
+                            <a href="prefs.png">
33
+                                <img class="screenshot" src="prefs.png" alt="RedditBar Preferences Screenshot">
34
+                            </a>
33 35
                         </div>
34 36
                     </div>
35 37
                     <a class="left carousel-control" href="#carousel" data-slide="prev"></a>
@@ -49,8 +51,76 @@
49 51
                     <p>Get notified about new PMs or replies to your posts and comments. The refresh interval is configurable!</p>
50 52
                 </div>
51 53
             </div>
54
+            <div class="subheading">
55
+                <h3>Changelog</h3>
56
+            </div>
57
+            <div class="panel panel-default">
58
+                <div class="panel-heading">
59
+                    <span class="panel-title heading">Version 1.4.0</span>
60
+                    <span class="pull-right text-muted heading">Will be submitted after 2013-12-28</span>
61
+                </div>
62
+                <div class="panel-body">
63
+                    <ul>
64
+                        <li>Notification Center integration for unread PMs</li>
65
+                        <li>Can open both links &amp; comments at the same time</li>
66
+                        <li>New Preference: Items can be removed after opening them</li>
67
+                        <li>New Preference: Can load a single link after each removal</li>
68
+                        <li>Set Title to 0 to disable the title length limit</li>
69
+                        <li>Bugfix with the steppers in the Pref Window going too far</li>
70
+                        <li>Stability improvements</li>
71
+                    </ul>
72
+                </div>
73
+            </div>
74
+            <div class="panel panel-default">
75
+                <div class="panel-heading">
76
+                    <span class="panel-title heading">Version 1.3.0</span>
77
+                    <span class="pull-right text-muted heading">Submitted on 2013-12-21</span>
78
+                </div>
79
+                <div class="panel-body">
80
+                    Initial Mac App Store release!
81
+                    <ul>
82
+                        <li>Added keyboard shortcuts for most static menu items</li>
83
+                        <li>Can select between hot or new links</li>
84
+                    </ul>
85
+                </div>
86
+            </div>
87
+            <div class="panel panel-default">
88
+                <div class="panel-heading">
89
+                    <span class="panel-title heading">Version 1.2.0</span>
90
+                    <span class="pull-right text-muted heading">No public release</span>
91
+                </div>
92
+                <div class="panel-body">
93
+                    <ul>
94
+                        <li>Added PM functionality with another icon as notification</li>
95
+                    </ul>
96
+                </div>
97
+            </div>
98
+            <div class="panel panel-default">
99
+                <div class="panel-heading">
100
+                    <span class="panel-title heading">Version 1.1.0</span>
101
+                    <span class="pull-right text-muted heading">No public release</span>
102
+                </div>
103
+                <div class="panel-body">
104
+                    <ul>
105
+                        <li>User can select maximum title length</li>
106
+                        <li>Activate the Preferences window after showing it</li>
107
+                        <li>Enabled App Sandbox</li>
108
+                        <li>Added Tooltips for truncated titles</li>
109
+                    </ul>
110
+                </div>
111
+            </div>
112
+            <div class="panel panel-default">
113
+                <div class="panel-heading">
114
+                    <span class="panel-title heading">Version 1.0.0</span>
115
+                    <span class="pull-right text-muted heading">No public release</span>
116
+                </div>
117
+                <div class="panel-body">
118
+                    Initial release to beta testers. Thanks go to Max &amp; Flo!
119
+                </div>
120
+            </div>
52 121
             <div class="footer">
53
-                <p>&copy; 2013 Thomas Buck</p>
122
+                <span>&copy; 2013 <a href="//xythobuz.de">Thomas Buck</a></span>
123
+                <span class="pull-right">Made with <a href="//getbootstrap.com">Bootstrap</a></span>
54 124
             </div>
55 125
         </div>
56 126
     <img src="//xythobuz.de/stats/count.php?img" alt="Analytics">

Binārs
web/prefs.png Parādīt failu


+ 9
- 0
web/style.css Parādīt failu

@@ -87,3 +87,12 @@ body {
87 87
     margin-right: auto;
88 88
     max-height: 360px;
89 89
 }
90
+
91
+.subheading {
92
+    margin-bottom: 20px;
93
+    border-top: 1px solid #e5e5e5;
94
+}
95
+
96
+.heading {
97
+    font-weight: bold;
98
+}

Notiek ielāde…
Atcelt
Saglabāt