From 0a094d931b5ec3bd77dda612f22586234e949177 Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Mon, 9 Jan 2023 14:18:25 +0530 Subject: [PATCH 1/7] 1-9-today --- demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.html b/demo.html index 41eb21f..1ac22e7 100644 --- a/demo.html +++ b/demo.html @@ -19,7 +19,7 @@
-

WOW.js

+

this is me

From 6cae72ee997b25b0dac846dc1226411a31fae3e5 Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Mon, 9 Jan 2023 14:33:45 +0530 Subject: [PATCH 2/7] new change --- demo.html | 1 + 1 file changed, 1 insertion(+) diff --git a/demo.html b/demo.html index 1ac22e7..ab97001 100644 --- a/demo.html +++ b/demo.html @@ -20,6 +20,7 @@

this is me

+

vs

From 9881a35289db8450063e7d3e257e21ee04ad0861 Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Tue, 10 Jan 2023 15:57:02 +0530 Subject: [PATCH 3/7] today-work --- demo.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/demo.html b/demo.html index ab97001..a27a677 100644 --- a/demo.html +++ b/demo.html @@ -23,12 +23,12 @@

this is me

vs

-
-
-
-
-
- +
sabse pahele follow kro the_credible_vs
+
kiye ki nhi
+
hahaha
+
kaisa lga
+
mast hai na
+
From 48b202a3870b71c3c2c19e9b32e3a52084232250 Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Tue, 10 Jan 2023 16:16:24 +0530 Subject: [PATCH 4/7] change name --- demo.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename demo.html => index.html (100%) diff --git a/demo.html b/index.html similarity index 100% rename from demo.html rename to index.html From aa1bad730af9b743406203e8672b713acc1c1a6b Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Tue, 10 Jan 2023 16:26:07 +0530 Subject: [PATCH 5/7] now --- index.html => demo.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.html => demo.html (100%) diff --git a/index.html b/demo.html similarity index 100% rename from index.html rename to demo.html From 8625ac4a943e2d26b12fd6806ec561dfe486910e Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Tue, 10 Jan 2023 16:52:47 +0530 Subject: [PATCH 6/7] new changes --- css/site.css | 8 ++++++++ demo.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/site.css b/css/site.css index 7004371..2c44bdb 100644 --- a/css/site.css +++ b/css/site.css @@ -9,10 +9,18 @@ h1 { width: 980px; margin: 0 auto; } +div section{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; +} section { height: 300px; margin: 60px 0; + font-size: 30px; } .section--purple { diff --git a/demo.html b/demo.html index a27a677..a49fdf6 100644 --- a/demo.html +++ b/demo.html @@ -23,7 +23,7 @@

this is me

vs

-
sabse pahele follow kro the_credible_vs
+
sabse pahele follow kro :- ( the_credible_vs )
kiye ki nhi
hahaha
kaisa lga
From 03099f8247135bcdd57a6cf0709f232afe29ba94 Mon Sep 17 00:00:00 2001 From: vaibhavsingh Date: Sat, 14 Jan 2023 14:40:41 +0530 Subject: [PATCH 7/7] something new --- demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.html b/demo.html index a49fdf6..2737866 100644 --- a/demo.html +++ b/demo.html @@ -45,7 +45,7 @@

vs

wow.init(); document.getElementById('moar').onclick = function() { var section = document.createElement('section'); - section.className = 'section--purple wow fadeInDown'; + section.className = 'section--blue wow bounceInLeft'; this.parentNode.insertBefore(section, this); };