diff --git a/examples/public/images/nagarro-bootcamp-certi.svg b/examples/public/images/nagarro-bootcamp-certi.svg new file mode 100644 index 00000000..bfe42d8a --- /dev/null +++ b/examples/public/images/nagarro-bootcamp-certi.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/public/images/varun-sign.svg b/examples/public/images/varun-sign.svg new file mode 100644 index 00000000..fe6bf8bf --- /dev/null +++ b/examples/public/images/varun-sign.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/views/index.hbs b/examples/views/index.hbs index b2f92374..53e936b5 100644 --- a/examples/views/index.hbs +++ b/examples/views/index.hbs @@ -4,8 +4,8 @@

Views

- - + + @@ -35,6 +35,7 @@ + @@ -117,6 +118,7 @@ + diff --git a/examples/views/nagarro-bootcamp-certificate.hbs b/examples/views/nagarro-bootcamp-certificate.hbs new file mode 100644 index 00000000..6e159c4f --- /dev/null +++ b/examples/views/nagarro-bootcamp-certificate.hbs @@ -0,0 +1,19 @@ +
+
+ +

CERTIFICATE

+

OF ACHIEVEMENT

+
This certificate is presented to
+

John Doe

+
in recognition for successfully completing NAGARRO CAREER BOOTCAMP - java
+ held by Coding Blocks
+ +
+ +

Date : 10/12/2021

+
+
+
+ +
+
\ No newline at end of file diff --git a/sass/styles/objects/certificate.scss b/sass/styles/objects/certificate.scss index 734c5a4d..655df75a 100644 --- a/sass/styles/objects/certificate.scss +++ b/sass/styles/objects/certificate.scss @@ -241,3 +241,60 @@ } } } + + + +.certificate-nagarro{ + height: 600px; + width: 900px; + .heading{ + margin-top: 20px; + margin-left: 50px; + font-size: 4.5em; + font-weight: 800; + color: rgba(53, 75, 91, 1); + } + .subheading{ + font-size: 1.4em; + margin-left: 50px; + padding-top:15px; + font-weight: 600; + color: #ED7235; + } + .presented{ + font-size: 1em; + padding-top: 25px; + margin-left: 50px; + } + .person{ + font-size:2em; + padding-top: 25px; + margin-left: 50px; + letter-spacing: 0.01em; + color: rgba(19, 41, 75, 1); + } + .description{ + padding-top: 15px; + margin-left: 50px; + font-weight: 500; + font-size: 1em; + line-height: 25px; + } + .sign{ + margin-left: 30px; + width: 300; + } + + .date{ + font-family: Helvetica; + font-style: normal; + font-weight: 400; + font-size: 0.9em; + padding-top: 90px; + padding-right:110px ; + } + .sign-img{ + height: 140px; + size: 30%; + } +} \ No newline at end of file