Create a website

275.0 GBP

275.0 GBP peopleperhour Technology & Programming Overseas
2 days ago

Description

I am looking for a skilled web developer to create a modern and user-friendly website for my coffee shop, Tchibo Kaffeehaus Max. The site should reflect the cozy and welcoming atmosphere of the café, showcasing our aromatic coffee selections, delicious desserts, and inviting interior. It needs to be visually appealing, easy to navigate, and optimized for both desktop and mobile devices.
The project includes designing the homepage, menu pages, an about section, and a contact page with a reservation form. Integration with social media and basic SEO optimization are also desired. I welcome creative ideas to make the website stand out and attract more customers. Please provide examples of your previous work and an estimated timeline for completion.

关注公众号,不定期副业成功案例分享
Follow WeChat

Success story sharing

Want to stay one step ahead of the latest teleworks?

Subscribe Now

Similar Teleworks

ta.highest(high, zzDepth)[1] and (na(lastPivotPrice) or (high - lastPivotPrice) / lastPivotPrice >= deviation) pivotLow = low = deviation) if pivotHigh zigzag := high lastPivotPrice := high lastPivotDir := 1 else if pivotLow zigzag := low lastPivotPrice := low lastPivotDir := -1 plot(zigzag, title="ZigZag Points", style=plot.style_circles, color=color.purple, linewidth=2) // === RYSOWANIE LINII ZIGZAG === var float lastZZ = na var int lastZZBar = na if not na(zigzag) if not na(lastZZ) line.new(x1=lastZZBar, y1=lastZZ, x2=bar_index, y2=zigzag, color=color.purple, width=2) lastZZ := zigzag lastZZBar := bar_index // === SYGNAŁY I ALERTY === buySignal = pivotLow sellSignal = pivotHigh plotshape(buySignal, title="BUY", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY") plotshape(sellSignal, title="SELL", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL") alertcondition(buySignal, title="Buy Alert", message="ZigZag Buy Signal") alertcondition(sellSignal, title="Sell Alert", message="ZigZag Sell Signal") // === WSPARCIE I OPÓR === if pivotHigh line.new(x1=bar_index, y1=high, x2=bar_index + 20, y2=high, color=color.red, style=line.style_dashed) if pivotLow line.new(x1=bar_index, y1=low, x2=bar_index + 20, y2=low, color=color.green, style=line.style_dashed) // === KOLOROWANIE ŚWIEC === barcolor(lastPivotDir == 1 ? color.green : lastPivotDir == -1 ? color.red : na) // === RSI i VOLUME na głównym wykresie === rsi = ta.rsi(close, rsiLength) plot(rsi, title="RSI", color=color.blue, linewidth=1) hline(70, "Overbought", color=color.red) hline(30, "Oversold", color=color.green) plot(volume, title="Volume", color=color.teal, style=plot.style_columns) "> //@version=5 indicator("ZigZag + MA20 + RSI + Volume + Alerts", overlay=true) // === INPUTY === zzDepth = input.int(12, title="ZigZag Depth") zzDeviation = input.float(5.0, title="ZigZag Deviation (%)", step=0.1) maLength = input.int(20, title="MA Length") rsiLength = input.int(14, title="RSI Length") // === MA20 === ma = ta.sma(close, maLength) plot(ma, title="MA20", color=color.orange, linewidth=2) // === ZIGZAG === var float lastPivotPrice = na var int lastPivotDir = 0 float zigzag = na deviation = zzDeviation / 100 pivotHigh = high > ta.highest(high, zzDepth)[1] and (na(lastPivotPrice) or (high - lastPivotPrice) / lastPivotPrice >= deviation) pivotLow = low = deviation) if pivotHigh zigzag := high lastPivotPrice := high lastPivotDir := 1 else if pivotLow zigzag := low lastPivotPrice := low lastPivotDir := -1 plot(zigzag, title="ZigZag Points", style=plot.style_circles, color=color.purple, linewidth=2) // === RYSOWANIE LINII ZIGZAG === var float lastZZ = na var int lastZZBar = na if not na(zigzag) if not na(lastZZ) line.new(x1=lastZZBar, y1=lastZZ, x2=bar_index, y2=zigzag, color=color.purple, width=2) lastZZ := zigzag lastZZBar := bar_index // === SYGNAŁY I ALERTY === buySignal = pivotLow sellSignal = pivotHigh plotshape(buySignal, title="BUY", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY") plotshape(sellSignal, title="SELL", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL") alertcondition(buySignal, title="Buy Alert", message="ZigZag Buy Signal") alertcondition(sellSignal, title="Sell Alert", message="ZigZag Sell Signal") // === WSPARCIE I OPÓR === if pivotHigh line.new(x1=bar_index, y1=high, x2=bar_index + 20, y2=high, color=color.red, style=line.style_dashed) if pivotLow line.new(x1=bar_index, y1=low, x2=bar_index + 20, y2=low, color=color.green, style=line.style_dashed) // === KOLOROWANIE ŚWIEC === barcolor(lastPivotDir == 1 ? color.green : lastPivotDir == -1 ? color.red : na) // === RSI i VOLUME na głównym wykresie === rsi = ta.rsi(close, rsiLength) plot(rsi, title="RSI", color=color.blue, linewidth=1) hline(70, "Overbought", color=color.red) hline(30, "Oversold", color=color.green) plot(volume, title="Volume", color=color.teal, style=plot.style_columns)
25.0 GBP Technology & Programming peopleperhour Overseas
1 days ago
I'm looking for an experienced and skilled WordPress developer with a strong background in custom plugin and theme development, WooCommerce integration, and multilingual website setup. The ideal candidate should be able to: -------------------------------------- Develop custom WordPress plugins from scratch or modify existing ones. Build or customize themes following modern coding standards (preferably with Gutenberg or Elementor compatibility). Work with WooCommerce for advanced e-commerce functionality (custom checkout, product filtering, dynamic pricing, etc.). Implement and configure multilingual support using WPML, Polylang, or other solutions. Optimize website performance, follow best practices, and ensure security. Project Requirements: ---------------------- Create or customize a plugin with specific features (details will be provided). Customize a theme to match provided designs or wireframes. Integrate WooCommerce functionalities tailored to business needs. Ensure seamless multilingual functionality. Responsive design and cross-browser compatibility. Clean, well-documented code. Skills Needed: --------------- WordPress Core, Plugin & Theme Development WooCommerce Customization Multilingual Website Setup (WPML, Polylang, etc.) PHP, JavaScript (AJAX/jQuery), HTML5, CSS3 Git version control REST API (optional but a plus) Performance optimization and security best practices Communication & Availability: ----------------------------- Clear communication in English Regular progress updates Availability for quick turnarounds and feedback cycles Estimated Project Length: ------------------------- Depends on the complexity, but ideally 2-4 weeks with milestones. To Apply, Please Include: ------------------------- Examples of custom plugins or themes you've developed. WooCommerce or multilingual projects you’ve worked on. Your approach to building secure and high-performance WordPress solutions.
305.0 USD Technology & Programming peopleperhour Overseas
4 days ago