From 84afb6fed69bf147bcf06e2cd830f4630275330d Mon Sep 17 00:00:00 2001 From: om1621 <47222646+om1621@users.noreply.github.com> Date: Tue, 2 Apr 2019 12:52:58 -0700 Subject: [PATCH 1/6] Update home.component.scss --- src/app/home/home.component.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +} From a1e338413618e5f04c2c33c351ac5b954ceebd37 Mon Sep 17 00:00:00 2001 From: Om1621 <47222646+om1621@users.noreply.github.com> Date: Thu, 11 Apr 2019 20:37:18 +0530 Subject: [PATCH 2/6] changed homepage --- src/app/home/home.component.html | 450 ++++++++++++++++++++++--------- 1 file changed, 324 insertions(+), 126 deletions(-) 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 From d9ddd490baec9527cd7a908573520932855d6407 Mon Sep 17 00:00:00 2001 From: Om1621 <47222646+om1621@users.noreply.github.com> Date: Thu, 11 Apr 2019 20:43:31 +0530 Subject: [PATCH 3/6] updated navbar --- src/app/shell/header/header.component.html | 126 ++++++++++----------- 1 file changed, 60 insertions(+), 66 deletions(-) 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 @@ - -
-
- -
- - -
- - - - - - - - - - - -
- - - -
-
-
-
-
+ +
+
+ +
+ + +
+ + + + + + + + + + +
+ + + +
+
+
+
+
From a5a73ae234531f479dbffb3fb3fd18ab23355beb Mon Sep 17 00:00:00 2001 From: Om1621 <47222646+om1621@users.noreply.github.com> Date: Thu, 11 Apr 2019 21:09:28 +0530 Subject: [PATCH 4/6] some fixes --- src/main.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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; } From fb7d8580cfe380bf82569e9be2c66a00a7f5058a Mon Sep 17 00:00:00 2001 From: Om1621 <47222646+om1621@users.noreply.github.com> Date: Thu, 11 Apr 2019 21:18:37 +0530 Subject: [PATCH 5/6] added svgs --- src/assets/logos/social/envelope.svg | 55 ++++++++++++++++++ src/assets/logos/social/full1.png | Bin 0 -> 4994 bytes src/assets/logos/social/full2.png | Bin 0 -> 3084 bytes .../logos/social/placeholder-filled-point.svg | 44 ++++++++++++++ src/assets/logos/social/smartphone-call.svg | 43 ++++++++++++++ 5 files changed, 142 insertions(+) create mode 100644 src/assets/logos/social/envelope.svg create mode 100644 src/assets/logos/social/full1.png create mode 100644 src/assets/logos/social/full2.png create mode 100644 src/assets/logos/social/placeholder-filled-point.svg create mode 100644 src/assets/logos/social/smartphone-call.svg 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 0000000000000000000000000000000000000000..1b258e9912002b5f0892ffa6ac46a4f86a6c68da GIT binary patch literal 4994 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 Semr_i1O^2ApPapF{eJ*!qpz(1 literal 0 HcmV?d00001 diff --git a/src/assets/logos/social/full2.png b/src/assets/logos/social/full2.png new file mode 100644 index 0000000000000000000000000000000000000000..25f9533365e0c1f877c36898617c8b5157650457 GIT binary patch literal 3084 zcmbVO30M=?7QToJXcg)G(xh8R{+<T{)QiWQI z%Si+y5`o96g=DC7Fa?=ngjTK^DibUiO@klg8dpW(@1Pzr{~-V@t(VtGjJIl$$woq`)Jx-F8bbwnD_Z5BpulLpmF+`0k{c${Ic%yuVC6h!VVq^Fu`_)pp7>`#uyy1hnA!-zYA;wY2@w+@H23yQP#B2(e>qMt8d2Eb=NW?6PgoEIFvJ$Gqkdf{b5y3(vbPAsr!Kbizu<(2*G=jomF?krq!B9F|Omx1fnFJnE72M{8 zp|j+Ntsh#&NJ*yt5g;gWE`(&1Xb4P99(pW&OFiBz@{oUg6b4EErb`B+t8j@r9#LX0 zk+62}(}=Wp=~p3ff3N=ic5_hHU)BGqasN;CL&ZU(5P2j9M=gy^n-fFk#>eMf08%|TV?hSxnI z<+cFyG%bpLZnD|k3)$+|IS!k(PI&*}(u6uaQ_8 zgLd>wdZGLC+^jw{v>`S$Ua-HQV9oQcQJ`uUWtM?e4@G93tkdUyU)bJuy5tayeOY#@ z?!YP80)peaRg;Y0w8D_xx7=E0Sy5F~S$F3gIAt{s)=qY58$bU#+@_LfTMJl|+tdX{QD{T{o;`hL;C|Le3va#VmA;0V z{MHE#358mVYC|pnbqgHzFP|H7T@0|=z9Q{P;(C7YdcSDL6hqQgn5BDnMdB5tw0v*> z=hK^ZIOSh=G8{!_r%(DY9KS2l>PpH-rv&m1!Cki2XR?2~RNr?W zNnX^MIhvZgozYAQ%dk(~XlY#ipVoWvhN{9)v3}*IMIjs;#}9&yqOdtt+;8r7TQ+F} z@6Zpn)N5v4-d3*h+WF|#*TFTZ8Rn z*K33NqB?3mf019j*s;RC=F8_rXTPkjI<7moseaU)FX{&T3W3krf#M{K2WY_BOtUSF zJ6rAACj{y$FTH4MS^xCs?#P#q+Bf$*lv`9uLN}aF+m+mRU70rKN!^bg;eAtk$nJd` ze-4!C`VB7@lvJTXEGRIP)K%_$wlr07cQUE9xvXUCFN`zu?~|5v zJiNGjYsSP^*Po`x(-F?*mX?+ZqmAJlZF$?3A0OP9yV^XReRh(ZGdp#h@NU4G%lcGm z0a`0A{Z@}(f3@danc-;5?LEg%y?)>a7T#Z;+-3aGmG1Fd(L?<7eqC>yFgEl=lKtY= znhu|qUp?o)5Z3IlOK$Ao1D|AMdC#6S z@w2#RxgnIQ%&@T_e#41Y)r+guX6_SacI6&>cubR=Z0v4X>GL?U@o{5YZfD=_qZvmk z(`HL;K)U+b+}{4DAs2$9Pb!?N$A#4e@AXYgNU(G?W;h>OauO8H$fq9OJ2U-*k8^Gc zCjk&X&mq53J1{oS7J%_Ry)U~+dUNpUv&|_0*xzh#k1k4tXKat-#lV1ojDO}sQ0?{D z(6!A0t*~{OP36LBy$wVL1Oy};P1#F0`DD~LhXCO7Lt#5CI&>bBn3UA6bA_Ef&HjY0 zTdUiC7MgR3N*})p?OUcA%)mi~3E)l8p0|W!$>(57b*@Rvu6|>0L+KWRyYAXGzk4$X z_@^`)EjjpiG|!}eKB4`ANqY_v`W@8S){ma%ne4q*8?1hq{A=02M-%_oJ(qgB6}pCR F{4d3jzGVOa literal 0 HcmV?d00001 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 46ee98c58340b7e55d1318ef741573b6f0bf5794 Mon Sep 17 00:00:00 2001 From: Om1621 <47222646+om1621@users.noreply.github.com> Date: Thu, 11 Apr 2019 21:24:43 +0530 Subject: [PATCH 6/6] small fixes --- src/app/shared/activity-actions/activity-actions.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }