From 916d3e1b513c1156d892d7d58bb9654b272126c2 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Sun, 9 Jun 2019 22:34:34 -0700 Subject: [PATCH 01/12] Fix ypo in message and case issue with Alien.svg --- Views/Home/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 17a0ef4..d76a29c 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -9,7 +9,7 @@ if(string.IsNullOrEmpty(user_name)) { user_name = "HELLO USER!"; - user_message1 = @"You have successfully compled the task!"; + user_message1 = @"You have successfully completed the task!"; user_message2 = @"Your app is up, running and connected to source control."; } else @@ -58,7 +58,7 @@ margin-right: auto; margin-bottom: 20px; "> - +

@user_message1 From 94458dac3f0a45c406521955fa4a9aff38b58c05 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Sun, 23 Jun 2019 20:43:29 -0700 Subject: [PATCH 03/12] changeing font unit form RM to EM --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 72a72f0..533ae38 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -20,7 +20,7 @@ } badge_color = string.IsNullOrEmpty(badge_color)?"#00a4ef":badge_color; - font_size = string.IsNullOrEmpty(font_size)? "1rm":font_size; + font_size = string.IsNullOrEmpty(font_size)? "1em":font_size; }

From a40cb4bdccadcdcb17574945664ef3658721310e Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Sun, 23 Jun 2019 21:37:45 -0700 Subject: [PATCH 04/12] switching layout to have badge on left --- Views/Home/Index.cshtml | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 533ae38..aa7d355 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -24,7 +24,25 @@ }
- +
+
+

+ @user_message1 +

+

+ @user_message2 +

+
+
+
-
-

- @user_message1 -

-

- @user_message2 -

-
-
+
From a89a704612c1d9eb309047a42c698b8f62fe2c07 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Sun, 8 Sep 2019 09:17:05 -0700 Subject: [PATCH 05/12] cleaning up my mess to that Allison doesn't judge me too harshly --- Views/Home/Index.cshtml | 102 +++++++++++++--------------------------- 1 file changed, 33 insertions(+), 69 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index aa7d355..acbf802 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -24,16 +24,11 @@ }
-
-
+ +
+ +

@user_message1

@@ -44,72 +39,41 @@
-
-
+
+ +
-
+
-
+
- -
@user_name
- - +
@user_name +
+ +
- - -
- - From ecf71a279733b79a41c5106f9f90bdb0e6f3f8bf Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Sun, 8 Sep 2019 09:59:06 -0700 Subject: [PATCH 06/12] more linting --- Views/Home/Index.cshtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index acbf802..01a3a9b 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -7,14 +7,12 @@ string user_message1 = ""; string user_message2 = ""; - if(string.IsNullOrEmpty(user_name)) - { + if(string.IsNullOrEmpty(user_name)) { user_name = "HELLO USER!"; user_message1 = @"You have successfully completed the task!"; user_message2 = @"Your app is up, running and connected to source control."; } - else - { + else { user_message1 = @"Hello " + user_name + " nice to meet you."; user_message2 = @"Thanks for adding the app setting!"; } From 2b4379dbfb06566b53998ed596b05df4ccd58374 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Tue, 15 Oct 2019 09:29:46 -0700 Subject: [PATCH 07/12] dryrun cdmx --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 01a3a9b..ca42dbe 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -13,7 +13,7 @@ user_message2 = @"Your app is up, running and connected to source control."; } else { - user_message1 = @"Hello " + user_name + " nice to meet you."; + user_message1 = @"Hello " + user_name + " nice to meet you in CDMX."; user_message2 = @"Thanks for adding the app setting!"; } From 57ec08f9be539176c72879a44a1908e67ac01551 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Tue, 15 Oct 2019 09:40:49 -0700 Subject: [PATCH 08/12] cleanup --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index ca42dbe..01a3a9b 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -13,7 +13,7 @@ user_message2 = @"Your app is up, running and connected to source control."; } else { - user_message1 = @"Hello " + user_name + " nice to meet you in CDMX."; + user_message1 = @"Hello " + user_name + " nice to meet you."; user_message2 = @"Thanks for adding the app setting!"; } From 3225ff577e2777278e040bfb0dfbe358446acf68 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Tue, 15 Oct 2019 15:26:45 -0700 Subject: [PATCH 09/12] demo en CDMX --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 01a3a9b..ca42dbe 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -13,7 +13,7 @@ user_message2 = @"Your app is up, running and connected to source control."; } else { - user_message1 = @"Hello " + user_name + " nice to meet you."; + user_message1 = @"Hello " + user_name + " nice to meet you in CDMX."; user_message2 = @"Thanks for adding the app setting!"; } From 5f61a237997ad5f71a0b650b3f7997fe4270ccf4 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Tue, 3 Dec 2019 07:00:13 -0800 Subject: [PATCH 10/12] demo reset --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index ca42dbe..01a3a9b 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -13,7 +13,7 @@ user_message2 = @"Your app is up, running and connected to source control."; } else { - user_message1 = @"Hello " + user_name + " nice to meet you in CDMX."; + user_message1 = @"Hello " + user_name + " nice to meet you."; user_message2 = @"Thanks for adding the app setting!"; } From b47cd97c42d6b5a77223d3f7ae4305535d0f2067 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Tue, 3 Dec 2019 13:06:39 -0800 Subject: [PATCH 11/12] demo arg --- Views/Home/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 01a3a9b..ff179a4 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -13,8 +13,8 @@ user_message2 = @"Your app is up, running and connected to source control."; } else { - user_message1 = @"Hello " + user_name + " nice to meet you."; - user_message2 = @"Thanks for adding the app setting!"; + user_message1 = @"Hola " + user_name + " un gusto conocerlos."; + user_message2 = @"Gracias por venir a mi platica"; } badge_color = string.IsNullOrEmpty(badge_color)?"#00a4ef":badge_color; From b54e0ac44c02e19180587dcb64245752f01073d1 Mon Sep 17 00:00:00 2001 From: Byron Tardif Date: Wed, 4 Dec 2019 11:01:51 -0800 Subject: [PATCH 12/12] demo officina MS --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index ff179a4..a511be5 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -13,7 +13,7 @@ user_message2 = @"Your app is up, running and connected to source control."; } else { - user_message1 = @"Hola " + user_name + " un gusto conocerlos."; + user_message1 = @"Hola " + user_name + " un gusto conocerlos en la officina de MS."; user_message2 = @"Gracias por venir a mi platica"; }