Commit Graph

47 Commits

Author SHA1 Message Date
Konstantinos Triantafyllou 00173fb16b Rename component css to less 2022-07-20 11:03:53 +03:00
Konstantinos Triantafyllou 2635dc2a67 Change styles to less theme. Make some fixes in browse-community. Home and learn how alignments 2022-06-17 19:49:40 +03:00
Alex Martzios 45b3334519 homepage align with latest mock changes (not text content) 2022-06-03 17:22:41 +03:00
Konstantinos Triantafyllou 92bbbf5173 About add background pattern. Add quick contact in all pages and remove menu element. Make some breadcrumbs alignments. Add application class to body instread of app component to avoid modal theme issues. 2022-06-02 17:30:48 +03:00
Konstantinos Triantafyllou f15692c79b Add uikit in angular.json and remove from index.html. Some justifications in about, faqs, contact-us, my-communities 2022-05-31 23:18:58 +03:00
Konstantinos Triantafyllou f19b3026d9 Change variables after refactor in new theme. Fix icons in learn-how 2022-03-14 18:40:13 +02:00
Alex Martzios fb4697b90a learn how page - add text animations 2022-02-07 10:28:15 +02:00
Alex Martzios e586ef08ce about page re-degisn 2022-01-21 15:40:56 +02:00
Alex Martzios 7bb9957d2c add html content and icons 2022-01-18 15:05:04 +02:00
konstantina.galouni 0c6b471270 [Trunk | Connect]
1. /connect-assets/:
	a. In /about/ added updated icons (1.svg, 2.svg, 3.svg, 4.svg, cycle.svg) and removed .png.
	b. In /banner/ added updated icons (login.svg, togetger.svg) and remove .png.
	c. In /home/ added updated icons (1.svg, 2.svg, 3.svg, dashboard.svg) and removed .png.
	d. sketch_line_arrow.svg & sketch_line_arrow_large.svg: Replaced stroke color #94b2e2 with #bcc3ce.
2. connect-custom.css: 
	a. Added class "connect-background" with portal-main-color background.
	b. Added rule ".connectApp .text-small" (class text-small) for font-size: 14px;
	c. Added rule ".connectApp .uk-pagination > * > * " for color: #1a1a1a;
	d. Added class "contactUsBackground" for linear background with gradient in contact us sections.
3. curators.component.html: [Bug fix]: Show "Biography" title only when bio is available.
4. browse-community.component.html & communities.component.html & contact.component.html 
	& faqs.component.ts & learn-how.component.ts & learn-in-depth.component.ts & my-communities.component.html: 
		Updated fonts, colors and some margins according to new mocks.
5. In dashboard: subjects.component.ts & organizationsPage.component.ts & curators.component.html: Page title set to <h4>.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60009 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-02 08:44:47 +00:00
argiro.kokogiannaki 9d68ae13c8 [Connect|Trunk]
- update properties / use prod.prod propertis for production instance
- remove checks for production ready instances
- simplify sitemap
- remove subscribe for properties
- Add community title for custom filter
- update piwik ids - use the same for beta and production



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59991 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-30 17:04:05 +00:00
argiro.kokogiannaki fdc7273d09 [Connect|Trunk]
code clean up:

-remove unused imports, code, files (Old search pages for results,  etc)
-remove Freeguard from modules
-unsubscribe all subscriptions
-Services: configuration, communities, subscribers, user management: unsubscribe from app component or the component that uses them (clearSubscriptions())
-Fetchers: unsubscribe from  the component that uses them (clearSubscriptions())



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59826 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-12 15:59:26 +00:00
k.triantafyllou 60e5e7978f [Connect | Trunk]: Fix sections of all pages
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59681 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-23 18:05:26 +00:00
k.triantafyllou f4c21720f8 [Connect | Trunk]: Remove helptexts from connect, Change headings
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59576 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-13 19:06:30 +00:00
argiro.kokogiannaki db3305e4ea [Connect|Trunk]
Angular.json: file replacements fixes for beta/prod
Server.ts: build and serve sitemap.xml based on domain (Other for connect.openaire.eu, other for communities)

App component: add Organization & Search Action jsonld there (Remove from connect and community home page components) 

Udpdate and  add jsonld descriptions

Remove unused Sitemap files



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59244 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-10 15:32:33 +00:00
k.triantafyllou 85b3051c5c [Connect | Trunk]: Change paqes base on new mocks.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58535 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-23 15:59:00 +00:00
konstantina.galouni 955958a7c8 [Trunk | Connect]:
1. communities.component.ts & contentPage.component.ts & shareInZenodo.component.ts & helper-test.component.ts & organizationsPage.component.ts & 
   learn-how.component.ts & learn-in-depth.component.ts & my-communities.component.ts:
	"properties" as first parameter in methods of helper.service.ts.
2. contact.component.ts & curators.component.ts & invite.component.ts: 
	a. "properties" as first parameter in methods of helper.service.ts
	b. create request path in service (email.service.ts, curator.service.ts).
3. htmlPage.component.ts & htmlPage.service.ts: "properties" as first parameter in methods of htmlPage.service.ts.
4. customization.component.ts: create request path in service (layout.service.ts).
5. subscribe.component.ts: create request path in service (subscribe.service.ts).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58421 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-07 16:52:19 +00:00
konstantina.galouni fb97379ab4 [Trunk | Connect]: Fix and add when missing: schema2jsonld, canonincal url, meta tags, piwik call.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56841 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-02 14:56:03 +00:00
k.triantafyllou 9ca7b6c1a0 [Trunk|Connect]: Create new folder connect-assets to make it external for admin.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56776 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 10:59:38 +00:00
k.triantafyllou ce8ce43969 [Trunk|Connect]: New icons of home and about pages. Comment html on connect's pages and make them help texts.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56774 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-26 09:49:44 +00:00
argiro.kokogiannaki 94d31ce14c [Connect|Trunk]
Updated theme - changes  regarding containers margin, headers, etc

Customization:
	create Component
	create mock data
	build the css according to the input
	remove community-related css  from connect custom css





git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56678 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-22 14:18:54 +00:00
konstantina.galouni 85176b59b0 [Trunk | Connect]: Change routes for deposit pages and about pages.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56662 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-22 13:23:41 +00:00
k.triantafyllou 84d0608a9d [Trunk|Connect]: 1. Add is route enabled in all routes except home page. 2. Delete dropdown from invite page. 3. Add help texts in all pages.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56645 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-22 09:19:34 +00:00
k.triantafyllou 1729eea27d [Trunk|Connect]: Add is Route enabled in all routes except /content. Add Helper texts on Deposti first page, content policy and organizations.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56631 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-18 16:03:37 +00:00
k.triantafyllou 5158bac47e [Trunk|Connect]: Add help texts on home,about,learnInDepth and contact us. Add new page /helper-test for testing.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56621 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-18 11:36:05 +00:00
k.triantafyllou 9e86d31991 [Connect|Trunk]: About page: Make help text position bottom for FAQs
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56560 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-15 15:02:37 +00:00
k.triantafyllou fcbd25798d [Connect|Trunk]: Remove FAQs section and add a helper div with id about-FAQs.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56506 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-12 10:12:16 +00:00
k.triantafyllou 8b742cd51b [Connect|Trunk]: Add ngtemplates on contact and about page to avoid changes in multi sections of each page.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56488 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-11 09:59:38 +00:00
k.triantafyllou d59caba49e [Trunk|Connect]: About page on xs devices 4 step should be after 3 step.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56407 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-08 14:13:16 +00:00
k.triantafyllou 00b25be479 [Trunk|Connect]: Latest changes on home, about and learn in depth pages.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56338 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-03 13:37:36 +00:00
k.triantafyllou 686f785701 [Trunk|Connect]: Latest changes on home, about and learn in depth pages.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56337 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-03 13:32:59 +00:00
k.triantafyllou 1aacff3dfa [Trunk|Connect]: Change contact us section in all views.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56297 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-01 13:58:31 +00:00
k.triantafyllou 3609e467eb [Trunk|Connect]: Make sections with gifs larger. Replace abstract.png.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56287 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-01 09:12:58 +00:00
k.triantafyllou f047d8b874 [Connect]: Fix contact is icon on about page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56277 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-28 23:03:58 +00:00
argiro.kokogiannaki 90d19490e6 [Connect|Trunk]
App: add manage helptexts in user menu for admins

Change wording and typos: eg Science Gateway to Community Gateway

Add new background for community search page



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56275 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-28 15:51:18 +00:00
k.triantafyllou b8a4465c44 [Trunk|Connect]: Add new images
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56272 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-28 14:56:05 +00:00
k.triantafyllou 948931d80f [Trunk|Connect]: Change cicle to cycle :)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56269 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-28 10:52:52 +00:00
k.triantafyllou 82754ef433 [Trunk|Connect]: About: Flex center on cicle
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56249 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-27 18:45:33 +00:00
k.triantafyllou caa097941f [Trunk|Connect]: Add gifs on about page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56242 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-27 14:43:17 +00:00
k.triantafyllou 927d42a9f0 [Trunk|Connect]: Remove second gif slider from about page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56225 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-27 11:54:04 +00:00
k.triantafyllou 58e673f23d [Trunk|Connect]: Add gifs and tech details button
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56223 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-27 11:30:00 +00:00
k.triantafyllou 6ee80a8d0d [Trunk|Connect]: Home Page, About almost ready. It is needed to specify gif images and their texts on create Gifs function.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56216 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-27 10:25:02 +00:00
k.triantafyllou b9774063ce [Connect]: New images
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56211 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-26 14:40:07 +00:00
k.triantafyllou 4f6e29c87d [Connect|Trunk]: change a bit the layout of home page on small devices
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56207 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-26 12:25:46 +00:00
argiro.kokogiannaki 0e88eb1c8a [Connect|Trunk]
App:
	rename some routes
	for my communites menu disable marking as active

Community page
	center tab layout
	correct tab content issues
	
	


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56201 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-25 14:27:27 +00:00
k.triantafyllou e26bd47464 [Trunk|Connect]: Remove style font size: 28.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56196 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-25 11:48:15 +00:00
k.triantafyllou 8db7e10f95 [Trunk|Connect]: 1. Create about component. 2. Change connect start page view. 3. Add temp imgs
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56185 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-24 14:11:27 +00:00