diff --git a/portfolio/bitguard/004-grid.webp b/portfolio/bitguard/004-grid.webp new file mode 100644 index 0000000..ebbd1c5 Binary files /dev/null and b/portfolio/bitguard/004-grid.webp differ diff --git a/portfolio/bitguard/005-logo.webp b/portfolio/bitguard/005-logo.webp new file mode 100644 index 0000000..84d1751 Binary files /dev/null and b/portfolio/bitguard/005-logo.webp differ diff --git a/portfolio/bitguard/006-colors.webp b/portfolio/bitguard/006-colors.webp new file mode 100644 index 0000000..b7fec28 Binary files /dev/null and b/portfolio/bitguard/006-colors.webp differ diff --git a/portfolio/bitguard/index.html b/portfolio/bitguard/index.html index d794c3f..7ad0df5 100644 --- a/portfolio/bitguard/index.html +++ b/portfolio/bitguard/index.html @@ -18,11 +18,29 @@

BitGuard

-
- - - -
+
+
+ BitGuard +
+
+ Sihu +
+
+ WM Tours +
+
+
+
+ BitGuard +
+
+ Sihu +
+
+ WM Tours +
+
+

BitGuard is a cybersecurity firm that specializes in data protection by using advanced algorithms and proven techniques to avoid giving bad actors their customers' data. In an era dominated by constant hacking and cybersecurity threats, BitGuard stands in the front line in its battle. This portfolio item captures the essence of the brand by using calming but bold elements to signify the purpose of the brand.


Sufyaan A.

diff --git a/portfolio/style.css b/portfolio/style.css index 8a7eea6..c079785 100644 --- a/portfolio/style.css +++ b/portfolio/style.css @@ -3,7 +3,7 @@ b,ol,p,ul{ margin-left: 7.5vw; margin-right: 7.5vw; } -body,h1{ +h1{ color:#121212 } h1 { @@ -27,9 +27,7 @@ a:link { } .image-container img { - width: auto; max-width: 100%; - height: auto; margin-bottom: 10px; flex: calc(33.33% - 10px); border-radius: 15px; @@ -79,7 +77,7 @@ a:hover { margin-top: -2.5%; font-size: 150%; transition: opacity 0.3s ease-in-out; - border-radius: 10px; + border-radius: 15px; } h1.image-details { @@ -97,6 +95,13 @@ margin-left: 7vw; margin-right: 7vw; animation: portfolioItems normal both cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.9s 1.5s; } + .nongallery { + display: flex; + flex-wrap: wrap; + justify-content:left; +margin-left: 7vw; +margin-right: 7vw; + } .image-container { position: relative; @@ -112,6 +117,12 @@ margin-right: 7vw; transition: transform 0.3s; border-radius: 10px; } + .nonimage { + width: 100%; + height: auto; + transition: transform 0.3s; + border-radius: 10px; + } .image-container:hover .image { transform: scale(1.2);