diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 3996c94..0382af3 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,126 +1,324 @@ -
-
-
-

Cynthesize is a place to turn your ideas into projects.

-

- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Lorem ipsum, dolor sit amet. -

- -

Wanna join the community?

- - -
-
-
- -
-
-
-
-
-
-

What do we do?

-

- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Lorem ipsum, dolor sit amet. -

-
-
- - -

START PROJECTS

-

- Turn out your idea into product by sharing it here. The activities began in hackathons and side tasks, the - project that you started but are incomplete yet can be share and could be transform into real one. -

-
- - - - -
- - -

IDEATE WITH OTHERS

-

- We intend to give all our users a springboard that mechanizes the procedure of going from idea to product. - This is where you continuously build and break your product, and gain constant feedback with improvements - suggested by the certified mentor experts and move towards your first Series A funding! -

-
- - - - -
- - -

COLLABORATE

-

- Refine your product and go towards market readiness (MVPs/MPPs) by collaborating it with the perfect - guidelines of the mentor and with others to get the best out of it and to have a number of different - perspectives about the project. -

-
- - - - -
- - -

BECOME A MENTOR

-

- Put your finger on the pulse of budding entrepreneurs and pass on the knowledge you have learned by - mentoring them in the process of idea to product. There is little more rewarding than knowing you are making - a difference to someone else’s effort and toil! -

-
- - - - -
- - -

SEE PROJECTS

-

- Let the world know what you’re up to and give them a chance to get to know about you and your project by - publishing it! Explore your ideas and projects to make them more successful. -

-
- - - - -
-
-
-
-
-
-
-

Get in Touch

-

- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Accusantium eius voluptatibus, exercitationem cum - veritatis -

-
-
-
- -
cynthesize.tech@gmail.com
-
Email
-
-
- -
@CynthesizeTech
-
Twitter
-
-
- -
cynthesizetech
-
Facebook
-
-
-
-
+ + + + home + + + +
+
+
+

Cynthesize is a place to turn your ideas into projects.


+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Lorem ipsum, dolor sit amet. +

+ +

Wanna be part of us?

+ + +
+
+
+ +
+ +
+
+ +
+
+
+

What do we do?


+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Lorem ipsum, dolor sit amet. +

+
+
+ + +

START PROJECTS

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. +

+




+ + + + +
+ + +

IDEATE WITH OTHERS

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. +

+




+ + + + +
+ + +

COLLABORATE

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Lorem ipsum, dolor sit amet. +

+



+ + + + +
+ + +

BECOME A MENTOR

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. +

+




+ + + + +
+ + +

SEE PROJECTS

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. +

+







+ + + + +
+
+
+
+
+ +
+
+

+

Get in Touch

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Accusantium eius voluptatibus, exercitationem cum + veritatis +




+
+
+ +
+

+

+
Hello@gmail.com

+
Email
+
+
+

+

+
+9100000000000

+
Phone
+
+
+

+

+
Allahabad

+
Address
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss index 5442931..22cfe25 100644 --- a/src/app/home/home.component.scss +++ b/src/app/home/home.component.scss @@ -118,3 +118,13 @@ width: 100%; margin-top: 10px; } +.mat-raised-button.ng-star-inserted{ + margin: 0 0 0 50px; + border-radius: 18px; +} +img{ +margin:0 0 0 140px; +} +.community-button.mat-raised-button.mat-primary{ + margin: 10px 0 0; +} diff --git a/src/app/shared/activity-actions/activity-actions.component.scss b/src/app/shared/activity-actions/activity-actions.component.scss index ca90e0a..4a8a25f 100644 --- a/src/app/shared/activity-actions/activity-actions.component.scss +++ b/src/app/shared/activity-actions/activity-actions.component.scss @@ -4,5 +4,5 @@ align-items: center; } .card-icons > mat-icon { - margin: 5px; + margin-left: 15px; } diff --git a/src/app/shell/header/header.component.html b/src/app/shell/header/header.component.html index 2727db4..c75475d 100644 --- a/src/app/shell/header/header.component.html +++ b/src/app/shell/header/header.component.html @@ -1,66 +1,60 @@ - -
-
- -
- - -
- - - - - - - - - - - -
- - - -
-
-
-
-
+ +
+
+ +
+ + +
+ + + + + + + + + + +
+ + + +
+
+
+
+
diff --git a/src/assets/logos/social/envelope.svg b/src/assets/logos/social/envelope.svg new file mode 100644 index 0000000..94bcd21 --- /dev/null +++ b/src/assets/logos/social/envelope.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/logos/social/full1.png b/src/assets/logos/social/full1.png new file mode 100644 index 0000000..1b258e9 Binary files /dev/null and b/src/assets/logos/social/full1.png differ diff --git a/src/assets/logos/social/full2.png b/src/assets/logos/social/full2.png new file mode 100644 index 0000000..25f9533 Binary files /dev/null and b/src/assets/logos/social/full2.png differ diff --git a/src/assets/logos/social/placeholder-filled-point.svg b/src/assets/logos/social/placeholder-filled-point.svg new file mode 100644 index 0000000..ce1a19e --- /dev/null +++ b/src/assets/logos/social/placeholder-filled-point.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/logos/social/smartphone-call.svg b/src/assets/logos/social/smartphone-call.svg new file mode 100644 index 0000000..a9b0186 --- /dev/null +++ b/src/assets/logos/social/smartphone-call.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main.scss b/src/main.scss index aa388aa..a01c57d 100644 --- a/src/main.scss +++ b/src/main.scss @@ -56,7 +56,7 @@ body { box-sizing: border-box; font-family: "Montserrat", sans-serif; font-weight: 400; - background: #f7f8fb; + background: white; color: white; font-size: 0.8rem; } @@ -68,11 +68,13 @@ body { } .top-margin-120 { - margin: 120px 0; + margin: 0px 0; } .pointer { cursor: pointer; + color:#0264FB; + font-weight: bold; } .page { @@ -105,7 +107,7 @@ body { } .mat-form-field-appearance-fill .mat-form-field-flex { - border-radius: 40px !important; + border-radius: 10px !important; background-color: white; border: #8e8e8e solid; } @@ -200,7 +202,7 @@ body { } .active-context { - color: blue; + color:blue; font-weight: bold; }