aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-21 07:13:09 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-21 07:13:09 +0800
commit01e7850cd3161748bc314901eb1a630503c10046 (patch)
tree5b47476a21deb67d937e7bf5df218a8f1f1b383b
parent970e670467277bd6c27fd9bdc18baf3f9fe733f7 (diff)
downloaddexon-sol-tools-01e7850cd3161748bc314901eb1a630503c10046.tar.gz
dexon-sol-tools-01e7850cd3161748bc314901eb1a630503c10046.tar.zst
dexon-sol-tools-01e7850cd3161748bc314901eb1a630503c10046.zip
fix(website): Cleanup jobs section
-rw-r--r--packages/website/ts/@next/pages/about/jobs.tsx20
-rw-r--r--packages/website/ts/components/ui/container.tsx1
2 files changed, 13 insertions, 8 deletions
diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx
index 7a1774a2b..cdfb00775 100644
--- a/packages/website/ts/@next/pages/about/jobs.tsx
+++ b/packages/website/ts/@next/pages/about/jobs.tsx
@@ -7,6 +7,8 @@ import { AboutPageLayout } from 'ts/@next/components/aboutPageLayout';
import { Link } from 'ts/@next/components/link';
import { Column, FlexWrap, Section } from 'ts/@next/components/newLayout';
import { Heading, Paragraph } from 'ts/@next/components/text';
+import { Container } from 'ts/components/ui/container';
+import { colors } from 'ts/style/colors';
import { WebsiteBackendJobInfo } from 'ts/types';
import { backendClient } from 'ts/utils/backend_client';
import { constants } from 'ts/utils/constants';
@@ -27,22 +29,24 @@ const Position: React.FunctionComponent<PositionItemProps> = (props: PositionIte
const { position } = props;
return (
<PositionWrap>
- <StyledColumn width="40%">
- <Heading asElement="h3" size="small" fontWeight="400" marginBottom="0">
- <a href={position.href} target="_blank">
- {position.title}
- </a>
- </Heading>
+ <StyledColumn width="50%">
+ <Container position="relative" top="-3px" paddingRight="12px">
+ <Heading asElement="h3" size="small" fontWeight="400" marginBottom="0">
+ <a href={position.href} target="_blank">
+ {position.title}
+ </a>
+ </Heading>
+ </Container>
</StyledColumn>
- <StyledColumn width="40%" padding="0 40px 0 0">
+ <StyledColumn width="30%" padding="0 40px 0 0">
<Paragraph isMuted={true} marginBottom="0">
{position.location}
</Paragraph>
</StyledColumn>
<StyledColumn width="20%">
- <Paragraph marginBottom="0" textAlign="right">
+ <Paragraph marginBottom="0" textAlign="right" color={colors.brandDark} fontWeight={400}>
<Link href={position.href} target="_blank">
Apply
</Link>
diff --git a/packages/website/ts/components/ui/container.tsx b/packages/website/ts/components/ui/container.tsx
index ae00851e5..4fa426dbd 100644
--- a/packages/website/ts/components/ui/container.tsx
+++ b/packages/website/ts/components/ui/container.tsx
@@ -9,6 +9,7 @@ type StringOrNum = string | number;
export type ContainerTag = 'div' | 'span';
export interface ContainerProps {
+ children?: React.ReactNode;
margin?: string;
marginTop?: StringOrNum;
marginBottom?: StringOrNum;
ag-annotated-deco' href='/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/tag/?h=EVOLUTION_3_9_91'>EVOLUTION_3_9_91Matthew Barnes2013-09-011-0/+42 * Update evolution-shell API documentation.Matthew Barnes2013-09-011-0/+1 * Updated German help translationBenjamin Steinwender2013-09-011-2602/+4176 * Updated Polish translationPiotr Drąg2013-09-011-259/+320 * Updated Galician translationsFran Diéguez2013-09-011-34/+95 * EMailDisplay: Remove mail_display_plugin_widget_realize_cb().Matthew Barnes2013-09-011-32/+0 * EMailDisplay: Remove bind_iframe_content_visibility().Matthew Barnes2013-09-011-110/+0 * Bug 707043 - Audio attachment not shown correctlyDavid Woodhouse2013-08-312-1/+7 * Updated Slovenian translationMatej Urbančič2013-08-311-298/+350 * Updated Brazilian Portuguese translationEnrico Nicoletto2013-08-311-259/+321 * Adding new strings to copy/move event/task/memo and handle possible errors on...Fabiano Fidêncio2013-08-301-0/+66 * Bug #706901 - Large default book slows down composer openMilan Crha2013-08-301-4/+15 * Skip evolution from 'Open with' list of applications on attachmentsMilan Crha2013-08-291-0/+26 * Bug #706814 - Do not use folder uri in copy/move folder errorsFabiano Fidêncio2013-08-292-7/+25 * Updated Lithuanian translationAurimas Černius2013-08-281-343/+331 * Updated Galician translationsFran Diéguez2013-08-271-335/+341 * Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting timeFabiano Fidêncio2013-08-271-1/+1 * Bug #659715 - Reject folder copy/move in offlineFabiano Fidêncio2013-08-272-18/+66 * User docs: Fix a 404 linkAndre Klapper2013-08-271-1/+1 * User docs: Remove link to external 404 pageAndre Klapper2013-08-271-1/+1 * User docs: Garrrrrr. Fix typos.Andre Klapper2013-08-271-2/+2 * User docs: Mark images without text as non-translatable. Bug #706596Andre Klapper2013-08-2713-37/+37 * Update French translationAlexandre Franke2013-08-241-2546/+2754 * Update French translationAlexandre Franke2013-08-241-2138/+2562 * Bug 706463 - Refcounting error in e_mail_reader_reply_to_message()Matthew Barnes2013-08-231-11/+2 * EMailReader cleanups.Matthew Barnes2013-08-231-11/+13 * EShellSearchbar: Put focus on search results after changing filter.Matthew Barnes2013-08-221-4/+20 * Updated Hungarian translationBalázs Úr2013-08-221-112/+123 * Updated German help translationChristian Kirbach2013-08-211-1413/+1614 * Bug #274144 - 'Update attendee status' might not be done multiple timesMilan Crha2013-08-211-4/+86 * Bug #698275 - Enable/disable account yields to a several seconds busy loopMilan Crha2013-08-213-31/+142 * Updated Brazilian Portuguese translationRafael Ferreira2013-08-211-114/+119 * Updated Polish translationPiotr Drąg2013-08-211-42/+42 * Bug #656804 - Cannot create folder with special characters in nameMilan Crha2013-08-201-2/+4 * Bug #682277 - Multiselect of messages causes slow UI updateMilan Crha2013-08-204-36/+76 * Updated Malayalam TranslationAnish A2013-08-201-2124/+2268 * Updated Polish translationPiotr Drąg2013-08-191-2390/+2366 * Post-release version bump.Matthew Barnes2013-08-181-1/+1 * NEWS update for 3.9.90 release.EVOLUTION_3_9_90Matthew Barnes2013-08-181-0/+45 * Update API documentation.Matthew Barnes2013-08-181-0/+1 * Revert "Updated German help translation"Matthew Barnes2013-08-181-1614/+1413 * Updated Slovenian translationMatej Urbančič2013-08-181-1652/+1770 * folder_tree_model_folder_renamed_cb: Avoid duplicate rows.Matthew Barnes2013-08-181-0/+5 * MailFolderCache: Avoid g_signal_handlers_disconnect_matched().Matthew Barnes2013-08-171-4/+0 * [alarm-notify] Do not change selection on new reminder arrivalThomas Mittelstaedt2013-08-161-2/+4 * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-162-156/+164 * Updated German help translationChristian Kirbach2013-08-151-1413/+1614 * Updated Spanish translationDaniel Mustieles2013-08-141-47/+49 * Fixed grammar mistake in the helpChristian Kirbach2013-08-141-1/+1 * Bug #698723 - Crash on saving contact with categoriesMilan Crha2013-08-131-15/+7 * Bug #705814 - Crash in certificate_viewer_new()Milan Crha2013-08-121-1/+1 * Updated Norwegian bokmål translationKjartan Maraas2013-08-121-84/+89 * Update AUTHORS and evolution.doap.Matthew Barnes2013-08-112-94/+13 * Update Authors list in About dialog.Matthew Barnes2013-08-111-1/+1 * Fix icon cache updating when building concurrently.Matthew Barnes2013-08-112-14/+17 * EAlertBar: Mention Escape binding in close button tooltip.Matthew Barnes2013-08-111-1/+2 * Bug 704440 - Close shell window alerts with Escape keyMatthew Barnes2013-08-112-0/+45 * Add e_alert_bar_close_alert().Matthew Barnes2013-08-113-0/+42 * Remove unused e_shell_window_get_menu_bar_box().Matthew Barnes2013-08-113-8/+0 * Bug #704207 - Dragged column's arrow indicator oversizedMilan Crha2013-08-091-0/+3 * GnomeCanvasRect: Incorrectly named fill_color_rgba propertyMilan Crha2013-08-091-1/+1 * Bug #704369 - Meeting change asks on save, but tries to send update anywayMilan Crha2013-08-094-56/+61 * Bug #704549 - Missing mnemonic in External Editor plugin configurationMilan Crha2013-08-091-2/+2 * Updated Spanish translationDaniel Mustieles2013-08-081-253/+274 * Bug #705657 - Crash in em_utils_selection_set_urilist()Milan Crha2013-08-081-0/+6 * Bug #705446 - Old POP3 mails can be removed before getting themMilan Crha2013-08-081-4/+28 * [Addressbook] Show editor errors above editor windowMilan Crha2013-08-077-12/+18 * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-072-62/+50 * Updated Russian translationYuri Myasoedov2013-08-041-1899/+2018 * Fix sidebar message counts for real Junk / Trash folders.Matthew Barnes2013-08-031-12/+30 * Updated Brazilian Portuguese translation proofread by Enrico NicolettoRafael Ferreira2013-08-031-2531/+2136 * Updated Galician translationsFran Diéguez2013-08-021-1298/+1325 * Updated Hungarian translationGabor Kelemen2013-08-021-2501/+2703 * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-022-5421/+5813 * Bug #699603 - Message list scrolls to cursor on style changeMilan Crha2013-08-013-0/+63 * Bug 705194 - Failure to decrypt inline encrypted GPG messagesMatthew Barnes2013-08-011-2/+12 * [workaround] Bug #695633 - Attachments disappear after opening oneMilan Crha2013-07-312-4/+4 * Updated Lithuanian translationAurimas Černius2013-07-311-1321/+1245 * Updated Norwegian bokmål translationKjartan Maraas2013-07-311-246/+262 * Bug #705119 - File descriptors for images not closedMilan Crha2013-07-301-6/+8 * Bug 704861 - Runtime warning in calendar moduleMatthew Barnes2013-07-291-1/+1 * Post-release version bump.Matthew Barnes2013-07-291-1/+1 * NEWS update for 3.9.5 release.EVOLUTION_3_9_5Matthew Barnes2013-07-281-0/+57 * Bug 704682 - Runtime warning in MailFolderCacheMatthew Barnes2013-07-281-5/+10 * Miscellaneous cleanups.Matthew Barnes2013-07-286-20/+21 * EPreviewPane: Handle "new-activity" signals from EWebView.Matthew Barnes2013-07-281-0/+25 * EPreviewPane cleanups.Matthew Barnes2013-07-282-25/+5 * EMailRequest cleanups.Matthew Barnes2013-07-281-142/+113 * EWebView: Add an "image-save" action.Matthew Barnes2013-07-284-183/+27 * Add e_web_view_cursor_image_save().Matthew Barnes2013-07-283-0/+237 * Add e_web_view_cursor_image_copy().Matthew Barnes2013-07-287-161/+158 * Add e_web_view_new_activity().Matthew Barnes2013-07-283-0/+52 * Add e_web_view_request().Matthew Barnes2013-07-283-0/+162 * Add e_web_view_suggest_filename().Matthew Barnes2013-07-284-0/+106 * Add e_web_view_redirect_uri().Matthew Barnes2013-07-274-129/+188 * Remove e_web_view_get_uri().Matthew Barnes2013-07-274-11/+1 * Remove unused e_web_view_set_enable_frame_flattening().Matthew Barnes2013-07-273-20/+0 * Remove unused e_web_view_get_enable_frame_flattening().Matthew Barnes2013-07-273-22/+0 * EMailPrinter: Disable frame flattening directly.Matthew Barnes2013-07-271-1/+10 * Remove unused e_web_view_frame_get_uri().Matthew Barnes2013-07-273-25/+0 * Remove unused e_web_view_frame_load_uri().Matthew Barnes2013-07-273-45/+0 * Remove unused e_web_view_frame_load_string().Matthew Barnes2013-07-273-47/+0 * Remove unused e_web_view_extract_uri().Matthew Barnes2013-07-273-42/+0 * EWebView: Initialize WebKitWebSettings internally.Matthew Barnes2013-07-273-65/+43 * EWebView cleanups.Matthew Barnes2013-07-271-188/+208 * Rename e_mail_display_set_parts_list().Matthew Barnes2013-07-275-13/+13 * Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-265-8/+8 * Bug #704778 - Default Free/Busy dialog view to zoom-inMilan Crha2013-07-251-1/+1 * Updated Spanish translationDaniel Mustieles2013-07-251-84/+101 * Only use the alarm description if the client supports itFabiano Fidêncio2013-07-241-9/+14 * Updated Greek translationDimitris Spingos2013-07-221-1447/+1517 * Bug #386113 - show custom alarm message in pop-up alertsFabiano Fidêncio2013-07-221-1/+1 * Updated Spanish translationDaniel Mustieles2013-07-221-111/+111 * Do not mask CAMEL_ERROR_GENERIC in composer_send_completed()Milan Crha2013-07-221-2/+3 * Bug 697575 - ESourceConfig: Avoid calling check_complete() too soonMatthew Barnes2013-07-211-4/+11 * Bug 703244 - Work around GtkBox regression in GTK 3.9.1.Matthew Barnes2013-07-211-0/+1 * Bug 704494 - EStockRequest calls into GTK+ from worker threadMatthew Barnes2013-07-201-16/+31 * EStockRequest cleanups.Matthew Barnes2013-07-201-91/+91 * Bug 704558 - Crash when using -fstack-protector-strongMatthew Barnes2013-07-201-1/+3 * ETaskShellView: Disconnect all signal handlers in dispose().Matthew Barnes2013-07-202-56/+190 * EMemoShellView: Disconnect all signal handlers in dispose().Matthew Barnes2013-07-202-44/+178 * ECalShellView: Disconnect all signal handlers in dispose().Matthew Barnes2013-07-202-105/+303 * EDayView: Follow up on a FIXME comment.Matthew Barnes2013-07-201-69/+485 * EMailRequest: Handle empty message bodies more gracefully.Matthew Barnes2013-07-201-3/+8 * empe_text_plain_parse() cleanups.Matthew Barnes2013-07-201-13/+14 * Bug #703153 - Forgotten signal callbacks for freed objectsMilan Crha2013-07-194-75/+19 * Reimplement mail_folder_cache_note_store().Matthew Barnes2013-07-193-216/+266 * Add e_mail_store_go_offline_sync().Matthew Barnes2013-07-192-20/+35 * Add e_mail_store_go_online_sync().Matthew Barnes2013-07-192-17/+35 * e-mail-store-utils.c cleanups.Matthew Barnes2013-07-191-57/+61 * MailFolderCache: Fix a crash when renaming folders.Matthew Barnes2013-07-191-1/+1 * User docs: Fix some minor grammarAndre Klapper2013-07-191-2/+2 * User docs: Cover setting browser for non-GNOME DEs via platform checkAndre Klapper2013-07-191-3/+40 * User docs: Make file validate.Andre Klapper2013-07-191-2/+2 * User docs: Fix 'Unmatched block element: choose' warnings. This type for real.Andre Klapper2013-07-195-21/+21 * User docs: Fix 'Unmatched block element: choose' warningsAndre Klapper2013-07-195-14/+14 * Bug 704459: GnomeCanvasItem: Implement all methodsMatthew Barnes2013-07-181-0/+46 * Updated Norwegian bokmål translationKjartan Maraas2013-07-181-737/+658 * Bug 704259 - Fix "reply-style" key migration logicMatthew Barnes2013-07-181-49/+8 * MailFolderCache: Make UpdateClosure less cryptic.Matthew Barnes2013-07-181-44/+62 * MailFolderCache: Thread-safety improvements and other cleanups.Matthew Barnes2013-07-181-404/+803 * MailFolderCache: Remove unnecessary "stores" checks.Matthew Barnes2013-07-181-16/+2 * mail_folder_cache_get_folder_info_flags: Change parameters.Matthew Barnes2013-07-186-66/+56 * Add mail_folder_cache_ref_folder().Matthew Barnes2013-07-184-49/+54 * Add mail_folder_cache_has_folder_info().Matthew Barnes2013-07-183-10/+73 * MailFolderCache: Add a read-only "main-context" property.Matthew Barnes2013-07-182-0/+62 * MailFolderCache: Remove the "session" property.Matthew Barnes2013-07-183-135/+42 * MailFolderCache: Remove unused "unsub" field.Matthew Barnes2013-07-181-6/+3 * Remove unused mail_folder_cache_get_folder_has_children().Matthew Barnes2013-07-182-40/+0 * Bug #703899 - Moving a meeting does not ask for confirmationFabiano Fidêncio2013-07-176-53/+248 * EContactStore: Stop book views in a dedicated threadMilan Crha2013-07-171-1/+18 * Drop unused em_utils_get_proxy()Milan Crha2013-07-162-30/+0 * Bug #703389 - Proxy ignored for imagesMilan Crha2013-07-164-0/+58 * Fix typo in e_mail_reader_refresh_folder_name().Matthew Barnes2013-07-141-1/+1 * Remove tree-expanded.xpm and tree-unexpanded.xpm.Matthew Barnes2013-07-133-48/+0 * Bug 703991: Crash when using -fstack-protector-strong.Matthew Barnes2013-07-131-2/+2 * EDayView's event resize abort doesn't always restore original event sizeMilan Crha2013-07-121-3/+1 * Updated Czech translationMarek Černocký2013-07-121-4/+4 * refresh_folders_exec: Make sure the service is connected.Matthew Barnes2013-07-121-1/+8 * Updated Indonesian translationAndika Triwidada2013-07-111-2532/+2458 * Bug 702664 - Settings migration issue from "headers" to "show-headers"Matthew Barnes2013-07-101-0/+2 * EaMinicardView: Create a minicard object, if not present in a listMilan Crha2013-07-101-0/+6 * ERuleEditor: Remove dead code.Matthew Barnes2013-07-093-162/+0 * EMailParserMessage: Better handle message bodies as attachments.Matthew Barnes2013-07-091-1/+23 * Remove nautilus-sendto integration.Matthew Barnes2013-07-088-306/+0 * updated kn translationsShankar Prasad2013-07-081-1185/+1076 * Updated Spanish translationDaniel Mustieles2013-07-081-686/+668 * Bug 703490 - Stop invoking spamc, just use spamassassinMatthew Barnes2013-07-084-557/+19 * Remove ESEvent.Matthew Barnes2013-07-087-234/+2 * Post-release version bump.Matthew Barnes2013-07-081-1/+1 * NEWS update for 3.9.4 release.EVOLUTION_3_9_4Matthew Barnes2013-07-071-0/+50 * Miscellaneous cleanups.Matthew Barnes2013-07-0722-66/+74 * Update evolution-shell API documentation.Matthew Barnes2013-07-071-1/+1 * Bug 703638 - Keep ItipView alive while connecting to calendarMatthew Barnes2013-07-071-2/+3 * ItipView: Minor cleanups.Matthew Barnes2013-07-071-16/+23 * EMailFormatterQuoteExtension: Don't be cute with struct declarations.Matthew Barnes2013-07-071-2/+10 * EMailFormatterPrintExtension: Don't be cute with struct declarations.Matthew Barnes2013-07-071-2/+10 * Bug 703732 - Unnecessary localedir override in configure.acEvgeny Bobkin2013-07-071-3/+0 * Add e_activity_get_last_known_text().Matthew Barnes2013-07-064-0/+40 * Remove GalViewFactory.Matthew Barnes2013-07-067-189/+0 * Remove GalViewFactory subclasses for calendar views.Matthew Barnes2013-07-065-154/+0 * Remove GalViewFactoryMinicard.Matthew Barnes2013-07-065-134/+0 * Remove GalViewFactoryEtable.Matthew Barnes2013-07-068-161/+0 * GalViewCollection: Load files during instance initialization.Matthew Barnes2013-07-065-269/+262 * EShellView can load the GalViewCollection itself now.Matthew Barnes2013-07-0624-224/+137