CSS developer Jobs
4046 Jobs Found
<p><h4>Description</h4>
<p>We're looking for a talented graphic designer to work part-time for a beverages company in KSA.<br>
As a graphic designer, you will be responsible for creating out of the box designs and visual concepts that effectively communicate the client's brand message and resonate with the client's target audience across various platforms. Your creativity and design skills will play a crucial role in enhancing the clients' brand identity. If you have a passion for design and an eye for detail, then this is the role for you!</p>
<h4>Main responsibilities</h4>
<ul>
<li>Design creation: Develop visually engaging content for digital and print materials such as social media, websites, and packaging.</li>
<li>Brand development: Develop the brand guidelines and collaborate with the marketing team to create consistent design elements that align with the client's brand guidelines.</li>
<li>Stakeholder collaboration: Present design ideas and concepts to stakeholders, incorporating feedback to refine designs for optimal impact.</li>
<li>Project management: Manage multiple design projects simultaneously, ensuring deadlines are met while maintaining high-quality standards.</li>
<li>Trend research: Stay updated on industry trends, design techniques, and tools to continuously enhance your skills and contribute innovative ideas.</li>
<li>Collaboration with teams: Work alongside other creative professionals, such as writers and marketers, to create cohesive campaigns that resonate with our audience.</li>
</ul>
<h4>Requirements</h4>
<ul>
<li>Educational background: Bachelor’s degree in graphic design, visual arts, or a related field.</li>
<li>Experience: Minimum of 2 years experience in graphic design, preferably in an agency setting.</li>
<li>Design skills: Proficiency in Adobe Creative Suite (Illustrator, Photoshop, InDesign) and other design software.</li>
<li>Portfolio: A strong portfolio showcasing your design skills and creativity across various projects.</li>
<li>Attention to detail: Strong eye for aesthetics and details, ensuring quality in every design.</li>
<li>Communication skills: Excellent verbal and written communication skills in both Arabic and English to effectively collaborate with team members and clients.</li>
<li>Creativity & innovation: Ability to think outside the box and bring fresh ideas to life.</li>
</ul></p><p></p>
<h2 class="h5">Job description</h2>
<div class="t-break" data-jb-field="description">
<span>Aspire Software is looking for a Software Engineer to join our team in Lebanon.<br> Here is a little window into our company: Aspire Software operates and manages wholly owned software companies, providing mission-critical solutions across multiple verticals.<br> By implementing industry best practices, Aspire delivers a time sensitive integration process, and the operation of a decentralized model has allowed it to become a hub for creating rapid growth by reinvesting in its portfolio.<br> About the Role: We are hiring a mid-level Go engineer to build and operate the microservices at the core of our payments platform.<br> You will own services end to end — from API design and database schema through testing, containerization, and production deployment — in a domain where correctness, security, and reliability are non-negotiable.<br> This is a hands-on building role with clear ownership and room to grow into deeper platform and architecture work.<br> Our services are REST/JSON APIs (Gin) deployed on AWS ECS, with observability handled through internal services today.<br> As we scale the platform, there is real room to help raise the engineering bar — introducing metrics and distributed tracing, structured observability, and stronger CI/static-analysis standards.<br> If you like owning systems and shaping how they are built, you will have that runway here.<br> You will join an engineering team that uses AI-assisted development tools as a standard part of its workflow.<br> We expect engineers to use these tools well — to move faster without sacrificing the rigor that payments demand.<br> What You'll Do Design, build, and maintain Go microservices (HTTP APIs, sidecars, and background processors) that handle payment authorization, tokenization, settlement, and reporting.<br> Write clean, well-tested Go: table-driven unit tests, mocked dependencies, and meaningful coverage on the paths that move money.<br> Profile and tune services for high throughput and low latency (pprof, benchmarking) — transaction paths are latency-sensitive.<br> Integrate with relational and NoSQL data stores (MySQL, DynamoDB, PostgreSQL); design schemas, access patterns, and migrations that hold up under load and evolve safely.<br> Build and consume internal service APIs, including service-to-service authentication and shared platform libraries.<br> Containerize services with multi-stage Docker builds and ship them through CI/CD pipelines to cloud infrastructure.<br> Integrate with third-party payment processors and AWS services, handling sensitive data in line with PCI DSS and our security standards (secure coding, data masking, TLS, secrets management).<br> Build reliability into money-movement flows: idempotency, retries, and reconciliation/settlement correctness.<br> Participate in code review, design discussions, on-call rotation, and incident response for the services you own.<br> Use AI-assisted development tools (e.<br>g., GitHub Copilot, Claude Code, Cursor) effectively and responsibly as part of day-to-day work.<br> 3+ years of professional software engineering experience, with production Go experience among them (mid-level seniority).<br> Bachelor's degree in Computer Science or a related field, or equivalent practical experience.<br> Solid command of Go fundamentals: concurrency done right (goroutine lifecycle, channel discipline, context-driven cancellation), interfaces, error handling, modules, and the standard library.<br> Experience building and consuming RESTful HTTP APIs, ideally with a Go web framework (we use Gin).<br> Working proficiency with SQL databases (schema design, queries, transactions) — we use MySQL with sqlx.<br> Comfort with Docker and CI/CD pipelines as part of a normal development workflow.<br> Demonstrated experience using AI-assisted development tools (Copilot, Claude Code, Cursor, or similar) in real project work — and good judgment about when to trust, verify, and override their output.<br> Strong testing discipline and the habit of writing maintainable, reviewable code.<br> Clear written and verbal communication, a collaborative and ownership-driven mindset, and comfort working in an Agile/iterative team onsite.<br> Preferred Qualifications Payments / fintech background — payment gateways, card processing, tokenization, PCI DSS, fraud, or financial transaction systems.<br> (Strongly preferred.<br>) Hands-on AWS experience, especially DynamoDB, S3, Secrets Manager, KMS, SSM Parameter Store, ECS, and ECR.<br> Experience with microservices and distributed-systems patterns (service-to-service auth, sidecars, idempotency, retries, observability).<br> Familiarity with NoSQL (DynamoDB) and/or PostgreSQL in addition to MySQL.<br> Experience with secure handling of sensitive data: encryption (AES, KMS), JWT, secrets management, and secure-coding practices (OWASP, data masking, TLS).<br> Payments-domain depth: settlement/reconciliation, idempotency, card-network/scheme familiarity, fraud, or financial transaction systems.<br> Experience introducing observability (metrics, distributed tracing, structured logging) and/or CI quality tooling (static analysis, linting) to a growing platform.<br> Database schema migration and API versioning experience.<br> JavaScript / TypeScript / React — a plus.<br> Our admin and merchant UIs are React 19 + TypeScript + Vite; full-stack contribution is welcome but not required.<br> Experience working in or migrating from a legacy/monolith system toward a modern service architecture.<br> Our Tech Stack What you’ll actually work with, based on our current codebase.<br> Language: Go.<br> Web framework: Gin (gin-gonic/gin); some legacy services on raw net/http.<br> REST/JSON (not gRPC).<br> Data: MySQL (go-sql-driver/mysql, jmoiron/sqlx), DynamoDB (AWS SDK v2), PostgreSQL (lib/pq); Redis and Memcached for caching.<br> Cloud & deploy: AWS — ECS, ECR, DynamoDB, S3, Secrets Manager, KMS, ACM, SSM, SES, Cognito (AWS SDK for Go v2).<br> Auth & crypto: internal SvcAuth service-to-service auth, JWT (golang-jwt/jwt), golang.<br>org/x/crypto, AES encryption.<br> Testing: Go's testing, stretchr/testify, DATA-DOG/go-sqlmock.<br> Build & deploy: Multi-stage Docker (golang → scratch), Makefiles, GitLab CI (Docker-in-Docker), images to private ECR.<br> Frontend (a plus): React 19, TypeScript 5.<br>6, Vite, MUI, Redux Toolkit, Formik, Jest + React Testing Library.<br></span> </div>
???? Female Graphic Designer Needed – Metn Area
<br>
<br>A company located in Metn is looking for a creative Female Graphic Designer with at least 3 years of experience to join the team.
<br>
<br>We offer a good salary package and a professional work environment.
<br>
<br>Requirements:
<br>
<br>* Minimum 3 years of experience
<br>* Creative mindset and strong design skills
<br>* Ability to work professionally and meet deadlines
<br>
<br>Please note that only related CVs will be accepted
We are looking for a creative and talented Part-Time Graphic Designer (on-site) to join our team at our company in Zouk Mosbeh.
<br>
<br>Requirements:
<br>-Minimum 2 years of experience in graphic design.
<br>-Experience in packaging design, label design, and marketing materials (flyers, brochures, etc.).
<br>-Proficiency in Adobe Photoshop, Adobe Illustrator, and Adobe InDesign.
<br>-Creative, detail-oriented, and able to meet deadlines.
<br>Position Details:
<br>-Part-time
<br>On-site (Zouk Mosbeh)
<br>
<br>interested candidate please send your cv on : hr@hintrag.com
We're Hiring: Graphic Designer & Social Media Specialist
<br>
<br>We're looking for a creative and passionate Graphic Designer & Social Media Specialist to join our team at our vibrant resto-pub in Gemmayze.
<br>
<br>Responsibilities:
<br>
<br>Design engaging visuals for social media, print, and in-house promotions.
<br>Create and execute creative campaigns for events, offers, and seasonal activations.
<br>Manage and schedule content across all social media platforms.
<br>Develop content calendars and maintain a consistent brand identity.
<br>Capture and edit photos/videos for social media content.
<br>Monitor social media performance and suggest ideas to increase engagement.
<br>
<br>Requirements:
<br>
<br>Proven experience in graphic design and social media management.
<br>Proficiency in Adobe Creative Suite (Photoshop, Illustrator, InDesign) or similar design tools.
<br>Experience with Canva and basic video editing is a plus.
<br>Strong creativity, attention to detail, and understanding of current social media trends.
<br>Ability to work in a fast-paced hospitality environment.
<br>Photography and videography skills are an advantage
A company located in Antelias is looking for a talented Graphic Designer & Motion Designer to join our creative team.
<br>Responsibilities:
<br>• Design engaging graphics for digital and print materials.
<br>• Create motion graphics and animated content for social media and marketing campaigns.
<br>• Develop creative concepts that align with our brand identity.
<br>• Collaborate with the marketing team to produce visually compelling content.
<br>• Ensure all designs are delivered on time and meet brand standards.
<br>Requirements:
<br>• Proven experience in graphic design and motion graphics.
<br>• Proficiency in Adobe Creative Suite (Photoshop, Illustrator, After Effects).
<br>• Knowledge of Premiere Pro is a plus.
<br>• Strong creativity, attention to detail, and time management skills.
<br>• A portfolio showcasing graphic design and motion design work
<br>• On site Job
<h2 class="h5">Job description</h2>
<div class="t-break" data-jb-field="description">
<p><span>A reputable company in Antelias is seeking to recruit a Graphic designer.</span></p> </div>
<section><p class="heading jdMain">Job Description</p><p class="heading">Roles & Responsibilities</p><div class="paragraph"><p>We as Eidco Label are a flexographic printing and converting company seeking a skilled Graphic Designer to join our Prepress Department.</p><p>The ideal candidate will be responsible for preparing and optimizing artwork for print production, ensuring accuracy, quality, and compliance with technical specifications. Experience in packaging design and prepress processes is highly preferred.</p><p>Key responsibilities include:</p><ul><li>Preparing print-ready files for flexographic printing</li><li>Adjusting designs according to production requirements</li><li>Ensuring color accuracy and consistency</li><li>Collaborating with production and sales teams</li></ul></div></section>
About WEEBE
<br>
<br>WEEBE is launching as Lebanon’s digital mall — an app-first, multi-vendor marketplace that brings trusted brands, major shopping categories, rewards, cashback, delivery support, and a modern shopping experience into one platform.
<br>We are building a brand that should feel premium, modern, clean, technology-inspired, and app-focused. Our content should look closer to brands like Apple, Revolut, Shopify, Stripe, Airbnb, Uber, and Notion rather than traditional ecommerce posters.
<br>We are looking for a designer who can help us create high-quality social media content, launch visuals, app-focused designs, reels, posts, carousels, banners, and campaign assets that match our brand direction.
<br>________________________________________
<br>Role Overview
<br>We are looking for a Graphic Designer with strong social media and content creation knowledge to support WEEBE’s launch and ongoing marketing content.
<br>The ideal candidate is not only someone who can design nice visuals, but someone who understands how content works on Instagram, TikTok, Facebook, stories, reels, carousels, and paid-ad creatives.
<br>You will help turn WEEBE’s marketing strategy, campaign ideas, app screens, vendor assets, and content directions into polished final designs that are ready to publish.
<br>________________________________________
<br>What You Will Create
<br>You will work on content such as:
<br>• Instagram posts
<br>• Instagram carousels
<br>• Reels covers
<br>• Motion reels
<br>• Animated social media content
<br>• TikTok/Reels visual layouts
<br>• Story designs
<br>• Giveaway posts and story sets
<br>• Launch teasers
<br>• App walkthrough visuals
<br>• Vendor spotlight posts
<br>• Category discovery content
<br>• Rewards, cashback, and loyalty visuals
<br>• Website and app banners
<br>• Paid-ad creative variations
<br>• UGC / influencer content templates
<br>• Seasonal campaign visuals
<br>• Editable design templates for repeated use
<br>________________________________________
<br>Main Responsibilities
<br>The designer will be responsible for:
<br>• Creating premium, clean, modern designs for WEEBE’s social media and launch campaigns.
<br>• Designing reels, posts, carousels, story sets, banners, and ad-safe creative versions.
<br>• Translating content ideas into strong visual directions.
<br>• Working with real WEEBE app screenshots and modern device mockups.
<br>• Creating designs that highlight the WEEBE app experience, product categories, trusted vendors, rewards, and value proposition.
<br>• Preparing content in different formats such as 9:16, 4:5, 1:1, desktop banner, and mobile banner.
<br>• Creating editable templates that can be reused for vendor reveals, category posts, giveaway content, and seasonal campaigns.
<br>• Supporting content creation by suggesting hooks, layouts, carousel flow, visual hierarchy, and reel structure.
<br>• Keeping all designs aligned with WEEBE’s brand identity, colors, typography, and premium visual direction.
<br>• Preparing final exports and editable source files in an organized way.
<br>• Creating ad-safe versions when needed, but WEEBE will handle ad setup and media buying internally.
<br>________________________________________
<br>Content Directions You Should Be Comfortable With
<br>The designer should be able to create visuals for:
<br>• Teaser content: Coming soon, countdowns, app preview, launch anticipation.
<br>• Awareness content: What is WEEBE, digital mall concept, all categories in one place.
<br>• App experience content: App walkthroughs, shopping journey, categories, search, cart, rewards, order tracking.
<br>• Vendor content: Brand spotlights, vendor reveals, trusted brands, co-branded layouts.
<br>• Category content: Beauty, fashion, home, electronics, kids, wellness, gifting, pets, stationery, and everyday essentials.
<br>• Giveaway content: Follower-growth campaigns, giveaway posts, giveaway story steps, winner announcements.
<br>• Rewards content: Cashback, points, loyalty tiers, vouchers, smart shopping value.
<br>• Conversion content: Welcome offers, app download push, retargeting visuals, shop-the-edit posts.
<br>• Community content: Polls, Q&A templates, repost frames, creator/UGC frames.
<br>• Seasonal content: Mother’s Day, Ramadan/Eid, summer, back-to-school, White Friday, Christmas, gifting moments, and Lebanese shopping occasions.
<br>________________________________________
<br>Design Style We Need
<br>We are looking for someone who can create designs that feel:
<br>• Premium
<br>• Modern
<br>• Clean
<br>• Uncluttered
<br>• App-first
<br>• Technology-inspired
<br>• Sophisticated
<br>• Fresh
<br>• Trustworthy
<br>• Mobile-first
<br>• Marketplace-oriented
<br>The designs should use strong typography, clean spacing, polished compositions, realistic app mockups, modern lighting, depth, and elegant visual hierarchy.
<br>________________________________________
<br>What We Do Not Want
<br>Please do not apply if your style is mainly:
<br>• Generic ecommerce posters
<br>• Crowded discount designs
<br>• Low-quality product collages
<br>• Overloaded text layouts
<br>• Old retail flyer designs
<br>• Random Canva templates without creative direction
<br>• Beauty-only brand visuals
<br>•
<h2 class="h5">Job description</h2>
<div class="t-break" data-jb-field="description">
<p>We are growing! We are currently looking to hire a <strong>Graphic Designer - AI & Creative </strong>to work with us remotely from Lebanon!</p><br><p><u><strong>Who we are:</strong></u></p><br><p>Founded in 2006, CXG is a global customer experience uniquely positioned at the intersection of <strong>data-driven retail performance, customer experience transformation, and operational execution across 200+ luxury brands worldwide.</strong></p><br><p>The mission of our 270 collaborators is to help brands transform customer and employee experiences through tailored insights, strategy, and implementation. We are passionate about delivering impact.</p><br><p>Our clients include the world’s most admired luxury houses, and our solutions combine research, technology, and human expertise to elevate every customer interaction.</p><br><p><u><strong>What you will be doing:</strong></u></p><br><p>We’re seeking a <strong>Graphic Designer - AI & Creative</strong> to join our Marketing team. This role is critical to supporting CXG’s B2B and thought leadership initiatives while creating visually stunning content for social media, presentations, and high-level consultancy reports. The ideal candidate will be innovative, detail-oriented, and experienced in creating impactful designs for global consultancy firms.</p><br><p><strong>Key Responsibilities:</strong></p><br><p><strong>1- Design for Social Media:</strong></p><br><ul><li>Create compelling posts, carousels, and graphics that align with CXG’s brand identity.</li><li>Enhance visuals with advanced photo editing, color grading, and manipulation using Adobe Photoshop.</li></ul><p><strong>2- Thought Leadership and Report Design:</strong></p><br><ul><li>Develop creative concepts and layouts for professional reports using Adobe InDesign.</li><li>Create infographics, charts, and visual elements to enhance complex written content.</li><li>Innovate on long-form designs, ensuring readability and aesthetic appeal.</li></ul><p><strong>3- PowerPoint Presentations:</strong></p><br><ul><li>Design visually engaging slides for internal and external audiences.</li><li>Transform data-heavy content into digestible, visually appealing presentations.</li><li>Support the commercial, data science, and research teams in upscaling reports and proposals.</li></ul><p><strong>4- AI-Assisted Design</strong></p><br><ul><li>Full competency and experience in AI generation models like MidJourney to create unique and brand-consistent visuals.</li><li>Integrate AI-generated imagery seamlessly into CXG’s content strategy.</li></ul><p><strong>5- Internal Communications Support</strong></p><br><ul><li>Quickly produce visually appealing content for internal updates and team communications.</li><li>Ensure materials are easily repurposable by internal stakeholders.</li></ul><p><strong>6- Illustration and Vector Design</strong></p><br><ul><li>Create vector-based designs and web-ready SVGs using Adobe Illustrator.</li><li>Design infographics and icons that elevate digital and print assets.</li></ul> </div>
<p>We are looking for an interior designer to join our team. Our ideal candidate should have knowledge in 3Dmax , AutoCAD . Living Near Zalka . Send your CV / Portfolio by email</p>
<section><p class="heading jdMain">Job Description</p><p class="heading">Roles & Responsibilities</p><div class="paragraph"><p>SBC is looking for a Flutter Developer to join our team in an on-site, full-time position located in adonis. The Flutter Developer will be responsible for building high-performance, cross-platform mobile applications. Responsibilities include collaborating with the design and development teams to implement application features, ensuring optimal application performance, debugging and resolving technical issues, and staying updated on the latest mobile development trends.</p></div></section><section><p class="heading">Desired Candidate Profile</p><p class="paragraph"></p><ul><li>Proficiency in Flutter and Dart programming language</li><li>Experience with mobile development for Android and iOS platforms</li><li>Proficient in debugging, performance optimization, and code versioning tools such as Git</li><li>Knowledge of software development lifecycle processes, including Agile methodologies</li><li>Problem-solving skills and attention to detail, with a focus on delivering high-quality, user-friendly applications</li><li>Ability to work collaboratively in a team-oriented environment</li></ul><p></p></section>
We're Hiring | Graphic Designer
<br>
<br>We're looking for a talented Graphic Designer to join our creative team in Downtown Beirut.
<br>
<br>This role is a unique opportunity to work across two exciting brands:
<br>A luxury Events & Bridal Company
<br>A Haute Couture Fashion House
<br>
<br>If you have a great eye for design, enjoy creating content that stands out, and love bringing brands to life through social media, we'd love to meet you.
<br>
<br>What you'll be doing:
<br>
<br>Designing creative content for social media, campaigns, and print
<br>Managing the social media accounts of both brands
<br>Creating engaging posts, stories, reels, and marketing visuals
<br>Supporting photoshoots and creative campaigns
<br>Ensuring all designs reflect each brand's unique identity
<br>
<br>We're looking for someone who:
<br>
<br>- Is a Lebanese national
<br>- Has experience in graphic design and social media management
<br>- Is proficient in Adobe Creative Suite (Photoshop, Illustrator, InDesign)
<br>- Has a creative mindset and strong attention to detail
<br>- Can manage multiple projects in a fast-paced environment
<br>- Has a portfolio that showcases their work
<br>
<br>Location: Downtown Beirut
<br>Salary:Based on experience
<br>
<br>If this sounds like the right opportunity for you, send us your CV and portfolio.
<br>
<br>hr@moraocapital.com
<br>WhatsApp: 79 380 964
Company Description
<br>
<br>SBC is a Lebanese software company. we sell POS systems and now looking to integrate our software with mobile platforms.
<br>
<br>Role Description
<br>
<br>SBC is looking for a Flutter Developer to join our team in an on-site, full-time position located in adonis. The Flutter Developer will be responsible for building high-performance, cross-platform mobile applications. Responsibilities include collaborating with the design and development teams to implement application features, ensuring optimal application performance, debugging and resolving technical issues, and staying updated on the latest mobile development trends.
<br>
<br>
<br>
<br>Qualifications
<br>
<br>Proficiency in Flutter and Dart programming language
<br>Experience with mobile development for Android and iOS platforms
<br>Proficient in debugging, performance optimization, and code versioning tools such as Git
<br>Knowledge of software development lifecycle processes, including Agile methodologies
<br>Problem-solving skills and attention to detail, with a focus on delivering high-quality, user-friendly applications
<br>Ability to work collaboratively in a team-oriented environment
A leading F&B company in Tripoli is seeking for Graphic Designer.
<br>We are looking for a creative, passionate, and visual storyteller to join our team and elevate our brand's identity across all platforms. If you love food, design, and fast-paced environments, we want to hear from you!
<br>
<br>Requirements:
<br>- University Degree in Graphic Design
<br>- 1 - 3 years of experience in a similar role
<br>- High proficiency in Adobe Creative Suite, specifically Photoshop and Illustrator
<br>- Exceptional attention to detail, a strong sense of typography and color theory, and the ability to handle tight deadlines in a fast-moving market
A leading F&B company in Tripoli is seeking for Graphic Designer.
<br>We are looking for a creative, passionate, and visual storyteller to join our team and elevate our brand's identity across all platforms. If you love food, design, and fast-paced environments, we want to hear from you!
<br>
<br>Requirements:
<br>- University Degree in Graphic Design
<br>- 1 - 3 years of experience in a similar role
<br>- High proficiency in Adobe Creative Suite, specifically Photoshop and Illustrator
<br>- Exceptional attention to detail, a strong sense of typography and color theory, and the ability to handle tight deadlines in a fast-moving market
A leading F&B company in Tripoli is seeking for Graphic Designer.
<br>We are looking for a creative, passionate, and visual storyteller to join our team and elevate our brand's identity across all platforms. If you love food, design, and fast-paced environments, we want to hear from you!
<br>
<br>Requirements:
<br>- University Degree in Graphic Design
<br>- 1 - 3 years of experience in a similar role
<br>- High proficiency in Adobe Creative Suite, specifically Photoshop and Illustrator
<br>- Exceptional attention to detail, a strong sense of typography and color theory, and the ability to handle tight deadlines in a fast-moving market
<section><p class="heading jdMain">Job Description</p><p class="heading">Roles & Responsibilities</p><div class="paragraph"><p><span >Role Overview</span></p><p>We are looking for a Graphic Designer with strong social media and content creation knowledge to support WEEBE s launch and ongoing marketing content.</p><p>The ideal candidate is not only someone who can design nice visuals, but someone who understands how content works on Instagram, TikTok, Facebook, stories, reels, carousels, and paid-ad creatives.</p><p>You will help turn WEEBE s marketing strategy, campaign ideas, app screens, vendor assets, and content directions into polished final designs that are ready to publish.</p><p>What You Will Create</p><p>You will work on content such as:</p><ul><li>Instagram posts</li><li>Instagram carousels</li><li>Reels covers</li><li>Motion reels</li><li>Animated social media content</li><li>TikTok/Reels visual layouts</li><li>Story designs</li><li>Giveaway posts and story sets</li><li>Launch teasers</li><li>App walkthrough visuals</li><li>Vendor spotlight posts</li><li>Category discovery content</li><li>Rewards, cashback, and loyalty visuals</li><li>Website and app banners</li><li>Paid-ad creative variations</li><li>UGC / influencer content templates</li><li>Seasonal campaign visuals</li><li>Editable design templates for repeated use</li></ul><p>Main Responsibilities</p><p>The designer will be responsible for:</p><ul><li>Creating premium, clean, modern designs for WEEBE s social media and launch campaigns.</li><li>Designing reels, posts, carousels, story sets, banners, and ad-safe creative versions.</li><li>Translating content ideas into strong visual directions.</li><li>Working with real WEEBE app screenshots and modern device mockups.</li><li>Creating designs that highlight the WEEBE app experience, product categories, trusted vendors, rewards, and value proposition.</li><li>Preparing content in different formats such as 9:16, 4:5, 1:1, desktop banner, and mobile banner.</li><li>Creating editable templates that can be reused for vendor reveals, category posts, giveaway content, and seasonal campaigns.</li><li>Supporting content creation by suggesting hooks, layouts, carousel flow, visual hierarchy, and reel structure.</li><li>Keeping all designs aligned with WEEBE s brand identity, colors, typography, and premium visual direction.</li><li>Preparing final exports and editable source files in an organized way.</li><li>Creating ad-safe versions when needed, but WEEBE will handle ad setup and media buying internally.</li></ul><p>Content Directions You Should Be Comfortable With</p><p>The designer should be able to create visuals for:</p><ul><li>Teaser content: Coming soon, countdowns, app preview, launch anticipation.</li><li>Awareness content: What is WEEBE, digital mall concept, all categories in one place.</li><li>App experience content: App walkthroughs, shopping journey, categories, search, cart, rewards, order tracking.</li><li>Vendor content: Brand spotlights, vendor reveals, trusted brands, co-branded layouts.</li><li>Category content: Beauty, fashion, home, electronics, kids, wellness, gifting, pets, stationery, and everyday essentials.</li><li>Giveaway content: Follower-growth campaigns, giveaway posts, giveaway story steps, winner announcements.</li><li>Rewards content: Cashback, points, loyalty tiers, vouchers, smart shopping value.</li><li>Conversion content: Welcome offers, app download push, retargeting visuals, shop-the-edit posts.</li><li>Community content: Polls, Q&A templates, repost frames, creator/UGC frames.</li><li>Seasonal content: Mother s Day, Ramadan/Eid, summer, back-to-school, White Friday, Christmas, gifting moments, and Lebanese shopping occasions.</li></ul><p>Design Style We Need</p><p>We are looking for someone who can create designs that feel:</p><ul><li>Premium</li><li>Modern</li><li>Clean</li><li>Uncluttered</li><li>App-first</li><li>Technology-inspired</li><li>Sophisticated</li><li>Fresh</li><li>Trustworthy</li><li>Mobile-first</li><li>Marketplace-oriented</li></ul><p>The designs should use strong typography, clean spacing, polished compositions, realistic app mockups, modern lighting, depth, and elegant visual hierarchy.</p><p>What We Do Not Want</p><p>Please do not apply if your style is mainly:</p><ul><li>Generic ecommerce posters</li><li>Crowded discount designs</li><li>Low-quality product collages</li><li>Overloaded text layouts</li><li>Old retail flyer designs</li><li>Random Canva templates without creative direction</li><li>Beauty-only brand visuals</li></ul></div></section>
Graphic Designer – Remote | 33 Consultancy SARL
<br>
<br>33 Consultancy SARL is looking for a creative and detail-oriented Graphic Designer to join our team remotely.
<br>
<br>Responsibilities:
<br>
<br>-Design social media content, digital campaigns, and marketing materials.
<br>
<br>-Create branding, packaging, brochures, presentations, and advertising assets.
<br>
<br>-Prepare print-ready files and maintain brand consistency across projects.
<br>
<br>Requirements:
<br>
<br>-Minimum 3 years of experience in graphic design (agency experience is a plus).
<br>
<br>-Excellent proficiency in Adobe Illustrator, Photoshop, and InDesign
<br>
<br>-After Effects is a plus
<br>
<br>-Strong understanding of branding, typography, and layout design.
<br>
<br>Ability to manage multiple projects and meet deadlines.
<br>
<br>Portfolio submission is mandatory.
<br>
<br>Position: Full-time
<br>Work Model: Remote
<br>
<br>To apply, please send your CV, portfolio, and availability date
<h2 class="h5">Job description</h2>
<div class="t-break" data-jb-field="description">
<span>About Infoquest Infoquest is a custom-sourcing expert network connecting leading consulting firms, investors, and corporates with vetted subject-matter experts for primary research.<br> Headquartered in Beirut, with entities in the UAE and a founding office in Bogotá, we operate a purpose-built expert network platform alongside a growing suite of internal data products that power performance, compliance, and client delivery.<br> Role Summary We are looking for a dedicated Full-Stack Engineer to support two key mandates: * Extend and enhance our expert-network CRM through custom features, workflows, integrations, and interfaces built on the Exlink platform.<br> * Ensure the continuity, reliability, and scalability of our internal reporting environment across BigQuery and Power BI.<br> You will own a substantial backlog of business-critical initiatives while helping eliminate a key single point of failure within our data function.<br> Engagement & Access Model Our CRM is built on the Exlink platform, our long-term technology partner.<br> Product direction and priorities are defined by Infoquest, while access to the platform is granted progressively as trust and familiarity develop under confidentiality agreements between Infoquest, Exlink, and the partner agency.<br> Phase 1 * Develop custom features, automations, reports, integrations, and user interface extensions alongside the platform without modifying Exlink's core code.<br> * Work within a scoped development environment provided by Exlink with QA approval before deployment.<br> Phase 2 * Contribute directly to the Exlink codebase on Infoquest-commissioned features.<br> * Follow Exlink's architecture, coding standards, and review processes.<br> Key Responsibilities CRM Platform Development (Exlink) * Build, test, and maintain custom CRM features across the expert lifecycle, including lead imports, outreach, compliance workflows, screening, client portals, scheduling, transcripts, and billing.<br> * Develop frontend functionality using Vue 2, Vue 3, JavaScript, Tailwind CSS, Bootstrap, and jQuery.<br> * Build backend services using PHP, Laravel, PostgreSQL, Docker, and Nginx.<br> * Design, build, and maintain REST APIs and integrations with platforms including Zoom, Google Workspace, Microsoft Teams, Cronofy, Inex One, and contact enrichment tools.<br> * Translate business requirements into technical solutions, then test, document, deploy, and maintain them following Exlink's development standards.<br> Data Products & Reporting * Partner with the Data & Internal Tools Manager to ensure reporting and dashboards remain accurate, reliable, and up to date.<br> * Become a secondary owner of the data function by learning, documenting, maintaining, and troubleshooting pipelines, models, and dashboards.<br> * Maintain and enhance integrations between the Exlink CRM and BigQuery.<br> * Support KPI, NPS, and performance dashboards.<br> * Develop runbooks and standard operating procedures (SOPs) to ensure recurring data processes are fully documented and repeatable.<br> Requirements * 5+ years of professional Full-Stack development experience.<br> * Strong experience with PHP and Laravel.<br> * Experience working with relational databases.<br> PostgreSQL is preferred; strong MySQL experience is acceptable with willingness to transition.<br> * Strong knowledge of Vue.<br>js (Vue 2 & Vue 3) and JavaScript.<br> * Experience with Tailwind CSS, Bootstrap, and jQuery.<br> * Experience building REST APIs and third-party integrations.<br> * Comfortable working with Docker, Linux, and Nginx environments.<br> * Strong understanding of Object-Oriented Programming (OOP), MVC architecture, SOLID principles, clean, testable code, and database schema design.<br> * Self-driven with the ability to independently manage business-critical systems and technical backlogs.<br> * Excellent documentation habits.<br> * Strong written English and the ability to collaborate during Beirut and GCC business hours.<br> Nice to Have * Experience with BigQuery or another cloud data warehouse.<br> * Experience with Power BI or similar Business Intelligence platforms.<br> * Data engineering experience including pipelines, data modelling, and SQL optimization.<br> * Experience maintaining SaaS platforms or CRM, scheduling, billing, or compliance-heavy systems.<br> * Familiarity with the expert network or primary research industry.<br> * Experience with Go.<br> Confidentiality & Compliance * Sign and comply with confidentiality and data protection agreements covering Infoquest's client data, expert network, proprietary workflows, and Exlink's platform and codebase.<br> * Adhere to GDPR, UK GDPR, and Infoquest's internal compliance standards when handling personal data.<br> First 90 Days * Successfully onboard to the Exlink platform and document existing pipelines and dashboards.<br> * Deliver the first set of custom features from the engineering backlog.<br> * Independently manage CRM enhancement requests and maintain reliable reporting.<br> * Become a trusted contributor within the Exlink codebase.<br> * Establish yourself as the second owner of the data function, eliminating key operational dependencies.<br></span> </div>