Merge lp:~whosdaz/win2buntu/dev into lp:win2buntu

Proposed by Matthew Allen
Status: Merged
Merged at revision: 6
Proposed branch: lp:~whosdaz/win2buntu/dev
Merge into: lp:win2buntu
Diff against target: 339 lines (+194/-87)
5 files modified
css/buttons.css (+17/-7)
css/default.css (+23/-12)
css/terminal.css (+28/-24)
index.html (+63/-44)
notLinux.html (+63/-0)
To merge this branch: bzr merge lp:~whosdaz/win2buntu/dev
Reviewer Review Type Date Requested Status
Matthew Allen Pending
Review via email: mp+284398@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'css/buttons.css'
--- css/buttons.css 2016-01-29 04:33:31 +0000
+++ css/buttons.css 2016-01-29 08:00:55 +0000
@@ -1,11 +1,21 @@
1.button-next {1.button-next {
2 width: 300px;2 float: right;
3 height: 25px;
4 float:right;
5}3}
6
7.button-back {4.button-back {
8 width: 300px;5 float: left;
9 height: 25px;6}
10 float:left;7.button {
8 background-color: #d0ccc8;
9 color: #000;
10 border: 1px solid black;
11 width: 49%;
12 height: 25px;
13}
14.button:hover {
15 background-color: #EEEDEB;
16 border: 2px solid black;
17}
18.button:active{
19 background-color: #d0ccc8;
20 border: 3px solid black;
11}21}
12\ No newline at end of file22\ No newline at end of file
1323
=== modified file 'css/default.css'
--- css/default.css 2016-01-29 03:36:00 +0000
+++ css/default.css 2016-01-29 08:00:55 +0000
@@ -1,25 +1,36 @@
1* {1* {
2 color: #333333; //Ubuntu Color Pallete - Cool grey2 color: #333333; //Ubuntu Color Pallete - Cool grey
3}3}
44h1,
5h1, h2, h3, h4, h5, p {5h2,
6 font-family: Ubuntu, sans-serif;6h3,
7h4,
8h5,
9p {
10 font-family: Ubuntu, sans-serif;
7}11}
812
9.content {13.content {
10 background-color: #EEEDEB;14 background-color: #EEEDEB;
11 margin: auto;15 margin: auto;
12 16 width: 400px;
13 width: 600px;
14 height: 600px;17 height: 600px;
15
16 padding: 10px;18 padding: 10px;
17 margin-top: 20px;19 margin-top: 20px;
20 -webkit-box-shadow: 0 0 250px #636363;
21 box-shadow: 0 0 250px #636363;
22 border: 2px solid #a4a4a4;
23}
24.wrapper {
1825
19 -webkit-box-shadow: 0 0 50px #000;26}
20 box-shadow: 0 0 50px #000;27.footer {
28 clear: all;
21}29}
2230
23body {31body {
24 background-color: #d0cdc8;32 background-color: #d0cdc8;
33}
34img {
35 width: 100%;
25}36}
2637
=== modified file 'css/terminal.css'
--- css/terminal.css 2016-01-29 04:33:31 +0000
+++ css/terminal.css 2016-01-29 08:00:55 +0000
@@ -1,35 +1,39 @@
1.terminal {1.terminal {
2 color: #AEA79F;2 color: #AEA79F;
3 overflow-y: scroll;3 height: 490px;
4 height: 500px;4 margin-bottom: 10px;
5 overflow:hidden;
5}6}
6
7.terminal-header {7.terminal-header {
8 color: #AEA79F;8 color: #AEA79F;
9 background-color: #444;9 background-color: #444;
10 font-size: 12px;10 font-size: 12px;
11 font-family: Ubuntu;11 font-family: Ubuntu;
12 padding: 2px;12 padding: 2px;
13 padding-left: 10px;13 padding-left: 10px;
14}14}
15
16.terminal-body {15.terminal-body {
17 background-color: #333333;16 background-color: #333333;
18 padding: 10px;17 padding: 10px;
18 overflow-y: scroll;
19 height: 474px;
19}20}
20
21.terminal-command {21.terminal-command {
22 font-family: Ubuntu Mono, monospace;22 font-family: Ubuntu Mono, monospace;
23 color: #AEA79F;23 color: #AEA79F;
24}24}
2525.terminal-command a {
26 color: #AEA79F;
27}
26.terminal-output {28.terminal-output {
27 font-family: Ubuntu Mono, monospace;29 font-family: Ubuntu Mono, monospace;
28 color: #d0ccc8;30 color: #d0ccc8;
29}31}
30
31
32.terminal-comment {32.terminal-comment {
33 font-family: Ubuntu Mono, monospace;33 font-family: Ubuntu Mono, monospace;
34 color: #E77E5A;34 color: #E77E5A;
35}
36
37.terminal-body::-webkit-scrollbar {
38 display: none;
35}39}
36\ No newline at end of file40\ No newline at end of file
3741
=== modified file 'index.html'
--- index.html 2016-01-29 04:33:31 +0000
+++ index.html 2016-01-29 08:00:55 +0000
@@ -1,46 +1,65 @@
1<html>1<html>
2 <head>2
3 <title> Win2buntu </title>3<head>
4 <link rel="shortcut icon" href="imgs/favicon_0.ico" type="image/vnd.microsoft.icon" />4 <title> Win2buntu </title>
55 <meta charset="ISO-8859-1">
6 <link rel="stylesheet" type="text/css" href="css/default.css">6 <link rel="shortcut icon" href="imgs/favicon_0.ico" type="image/vnd.microsoft.icon" />
7 <link rel="stylesheet" type="text/css" href="css/terminal.css">7
8 <link rel="stylesheet" type="text/css" href="css/buttons.css">8 <link rel="stylesheet" type="text/css" media="all" href="http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css" />
9 9 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
10 <link rel="stylesheet" type="text/css" media="all" href="http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css"/>10
11 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">11 <script>
12 </head>12 isLinux = (window.navigator.platform.indexOf("Linux")) > -1;
1313
14 <body>14 if(!isLinux){
15 <div class="content">15 window.location.replace("notLinux.html");
16 <h2> Installing applications on Ubuntu<hr></h2>16 }
17 <div class="terminal">17 </script>
18 <div class="terminal-header">18
19 Terminal19 <!--- Load ubuntu UI -->
20 </div>20 <link href="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/css/appTemplate.css" rel="stylesheet" type="text/css"/>
21 <div class="terminal-body">21
22 <!-- Add apt section -->22 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/core.js"></script>
23 <p class="terminal-comment"> The command shown below allows you to add the Numix PPA, this will allow you to install packages developed and published by Numix.</p>23 <!-- [...] -->
24 <p class="terminal-command"> $ sudo add-apt-repository ppa:numix/ppa</p>24 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/fast-buttons.js"></script>
2525 <!--- End load ubuntu UI -->
26 <!-- Authentication section -->26
27 <p class="terminal-comment"> As soon as you execute this command by pressing ENTER, you will be prompted by sudo 27 <!--- Load custom css to override Ubuntu UI -->
28 to enter your password as shown below. Sudo is the Linux equivalent of running as Admin 28 <link rel="stylesheet" type="text/css" href="css/default.css">
29 and is required to executing many commands that make changes to the system. Be aware that as you type your password it will not show up in the terminal. </p>29 <link rel="stylesheet" type="text/css" href="css/terminal.css">
30 <p class="terminal-output"> [sudo] password for $yourname: </p>30 <link rel="stylesheet" type="text/css" href="css/buttons.css">
3131</head>
32 <p class="terminal-comment"> Once you've entered your password you will be prompted to confirm or deny the addition of this PPA. PPA is short for Personal Package Archive, this package archives are used to install new software packages. By default Ubuntu has a number of PPA configured which allow you to install a vast amount of software; however some packages are not and thus have to be added manually.</p>32
3333<body>
34 <!-- Update and install section -->34
35 <p class="terminal-command"> $ sudo apt-get update</p>35 <div class="content">
36 <p class="terminal-command"> $ sudo apt-get install numix-gtk-theme numix-icon-theme-circle </p>36 <h2> Installing applications<hr></h2>
37 <p class="terminal-comment"> /* do this thing */</p>37 <div class="terminal">
38 </div>38 <div class="terminal-header">
39 </div> 39 Terminal
40 <div class="buttons">40 </div>
41 <button class="button-back" type="button">Previous</button>41 <div class="terminal-body">
42 <button class="button-next" type="button">Next</button>42 <!-- Add apt section -->
43 </div>43 <p class="terminal-comment"> The command shown below allows you to add the Numix PPA, this will allow you to install packages developed and published by Numix.</p>
44 </div>44 <p class="terminal-command"> $ sudo add-apt-repository ppa:numix/ppa</p>
45 </body>45
46 <!-- Authentication section -->
47 <p class="terminal-comment"> As soon as you execute this command by pressing ENTER, you will be prompted by sudo to enter your password as shown below. Sudo is the Linux equivalent of running as Admin and is required to executing many commands that make changes to the system. Be aware that as you type your password it will not show up in the terminal. </p>
48 <p class="terminal-output"> [sudo] password for $yourname: </p>
49
50 <p class="terminal-comment"> Once you've entered your password you will be prompted to confirm or deny the addition of this PPA. PPA is short for Personal Package Archive, this package archives are used to install new software packages. By default Ubuntu has a number of PPA configured which allow you to install a vast amount of software; however some packages are not and thus have to be added manually.</p>
51
52 <!-- Update and install section -->
53 <p class="terminal-command"> $ sudo apt-get update</p>
54 <p class="terminal-command"> $ sudo apt-get install numix-gtk-theme numix-icon-theme-circle </p>
55 <p class="terminal-comment"> /* do this thing */</p>
56 </div>
57 </div>
58 <div class="buttons">
59 <button class="button button-back" type="button">&#9664; Previous</button>
60 <button class="button button-next" type="button">Next &#9654;</button>
61 </div>
62 </div>
63</body>
64
46</html>65</html>
47\ No newline at end of file66\ No newline at end of file
4867
=== added file 'notLinux.html'
--- notLinux.html 1970-01-01 00:00:00 +0000
+++ notLinux.html 2016-01-29 08:00:55 +0000
@@ -0,0 +1,63 @@
1<html>
2
3<head>
4 <title> Win2buntu </title>
5 <meta charset="ISO-8859-1">
6 <link rel="shortcut icon" href="imgs/favicon_0.ico" type="image/vnd.microsoft.icon" />
7
8 <link rel="stylesheet" type="text/css" media="all" href="http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css" />
9 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
10
11 <script>
12 isLinux = (window.navigator.platform.indexOf("Linux")) > -1;
13
14 if(isLinux){
15 //Redirect uses if they somehow get to this page on Linux, disabled while developing
16 //window.location.replace("index.html");
17 }
18 </script>
19
20 <!--- Load ubuntu UI -->
21 <link href="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/css/appTemplate.css" rel="stylesheet" type="text/css"/>
22
23 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/core.js"></script>
24 <!-- [...] -->
25 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/fast-buttons.js"></script>
26 <!--- End load ubuntu UI -->
27
28
29 <!--- Load custom css to override Ubuntu UI -->
30 <link rel="stylesheet" type="text/css" href="css/default.css">
31 <link rel="stylesheet" type="text/css" href="css/terminal.css">
32 <link rel="stylesheet" type="text/css" href="css/buttons.css">
33</head>
34
35<body>
36
37 <div class="content">
38 <h2 class="title"> Not Linux...<hr></h2>
39 <div class="terminal full-height">
40 <div class="terminal-header">
41 Terminal
42 </div>
43 <div class="terminal-body">
44 <!-- Add apt section -->
45 <p class="terminal-comment"> It appears as if you have not installed Ubuntu yet, please install it before you continue with this guide</p>
46 <p class="terminal-command"> <a href="http://askubuntu.com/questions/6328/how-do-i-install-ubuntu">Click here to find out how</a></p>
47
48 <!-- Authentication section -->
49 <p class="terminal-comment"> If you need more help:</p>
50 <p class="terminal-command"> <a href="http://webchat.freenode.net/">Ask on IRC, specify the channel #Ubuntu</a></p>
51 <p class="terminal-command"> <a href="http://webchat.freenode.net/">Ask on AskUbuntu</a></p>
52 <p class="terminal-command"> <a href="https://help.ubuntu.com/community/Beginners/FAQ/">Or Visit the Ubuntu Wiki</a></p>
53
54 </div>
55 </div>
56 <div class="buttons">
57 <button class="button button-back" type="button">&#9664; Previous</button>
58 <button class="button button-next" type="button">Next &#9654;</button>
59 </div>
60 </div>
61</body>
62
63</html>
0\ No newline at end of file64\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: