Browse Source

Update About Typica window

Neal Wilson 5 years ago
parent
commit
b73bb7d809
Signed by: neal <neal@typica.us> GPG Key ID: D6F25C90DD5819DF
5 changed files with 158 additions and 4929 deletions
  1. 153
    4904
      src/qrc_resources.cpp
  2. 0
    1
      src/resources.qrc
  3. BIN
      src/resources/fonts/entypo.ttf
  4. 5
    18
      src/resources/html/about.html
  5. 0
    6
      src/resources/html/style.css

+ 153
- 4904
src/qrc_resources.cpp
File diff suppressed because it is too large
View File


+ 0
- 1
src/resources.qrc View File

@@ -15,7 +15,6 @@
15 15
         <file>resources/icons/appicons/logo96.png</file>
16 16
         <file>resources/html/about.html</file>
17 17
         <file>resources/html/style.css</file>
18
-        <file>resources/fonts/entypo.ttf</file>
19 18
         <file>resources/fonts/texgyrepagella-bold.otf</file>
20 19
         <file>resources/fonts/texgyrepagella-bolditalic.otf</file>
21 20
         <file>resources/fonts/texgyrepagella-italic.otf</file>

BIN
src/resources/fonts/entypo.ttf View File


+ 5
- 18
src/resources/html/about.html View File

@@ -10,26 +10,13 @@
10 10
 				<div class="topbanner">
11 11
 					<a href="https://typica.us/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12 12
 					<h1><a href="https://typica.us/">Typica</a></h1>
13
-					<h2>Version 1.9.0</h2>
13
+					<h2>Version 1.9.1</h2>
14 14
 				</div>
15 15
 			<div id="maintext">
16
-				<p>Copyright &copy; 2007&ndash;2017 Neal Evan Wilson
17
-					<span class="icons">
18
-						<a href="mailto:neal@typica.us?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&#9993;</a>
19
-						<a href="https://twitter.com/N3Roaster">&#62217;</a>
20
-						<a href="https://github.com/N3Roaster">&#62208;</a>
21
-					</span>
22
-				</p>
23
-				<p>German Translation: Mario Champignon
24
-                    <span class="icons">
25
-                        <a href="mailto:mario_champignon@hotmail.com">&#9993;</a>
26
-                    </span>
27
-                </p>
28
-                <p>Turkish Translation: Zumrut Karaca
29
-                    <span class="icons">
30
-                        <a href="mailto:zumrutk@gmail.com">&#9993;</a>
31
-                    </span>
32
-                </p>
16
+				<p>Copyright &copy; 2007&ndash;2018 Neal Evan Wilson <a href="mailto:neal@typica.us?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&lt;neal@typica.us&gt;</a></p>
17
+				<p>German Translation: Mario Champignon <a href="mailto:mario_champignon@hotmail.com">&lt;mario_champignon@hotmail.com&gt;</a></p>
18
+                <p>Turkish Translation: Zumrut Karaca <a href="mailto:zumrutk@gmail.com">&lt;zumrutk@gmail.com&gt;</a></p>
19
+
33 20
 				<h2>Support Ongoing Development</h2>
34 21
 				<p>While Typica is free to download, use, and modify, keeping this software available, maintained, and continuing with ongoing development in the form of new features and bug fixes is not without cost. If you find value in using Typica, please consider supporting this work financially.</p>
35 22
 				

+ 0
- 6
src/resources/html/style.css View File

@@ -67,9 +67,3 @@ h2 {
67 67
 	margin-right: 10px;
68 68
 	padding-bottom: 10px;
69 69
 }
70
-.icons {
71
-	font-family: Entypo
72
-}
73
-.icons a {
74
-	text-decoration: none;
75
-}

Loading…
Cancel
Save