Skip to content
View emilyteixeira's full-sized avatar
πŸ‘©β€πŸ’»
πŸ‘©β€πŸ’»

Block or report emilyteixeira

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
emilyteixeira/README.md
header

πŸ‘‹ Hi there! I'm Emily Teixeira

Profile Views GitHub followers Status


🎨 Web Development Skills

HTML5 CSS3 JavaScript React Node.js


πŸ’» All Languages

JavaScript Python Java C++


πŸ—„οΈ Databases

MySQL MongoDB PostgreSQL


πŸ”§ Tools

Git GitHub VS Code


πŸš€ Platforms

GitHub Heroku Netlify


πŸ“Š GitHub Statistics

GitHub Stats

Top Languages

Streak Stats


πŸŽ“ Currently Learning

πŸ“š Topic 🎯 Progress
Advanced React Patterns β­β­β­β­β˜†
TypeScript β­β­β­β­β˜†
Web Performance Optimization β­β­β­β˜†β˜†
UI/UX Design Principles β­β­β­β­β˜†

πŸ’Ό Experience

  • IANorth Experience - Worked on various projects that enhance web functionality and user experience.
  • Full Stack Development - Building scalable web applications with modern technologies.
  • Collaboration - Open to working with talented developers on innovative projects.

πŸ“« Contact & Let's Connect!

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Emily Teixeira - Web Developer</title>
    <style>
        .contact-banner {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 40px 20px;
            border-radius: 12px;
            color: white;
            text-align: center;
            font-family: 'Arial', sans-serif;
            box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4);
        }
        
        .contact-banner h2 {
            margin: 0 0 20px 0;
            font-size: 28px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        
        .contact-links {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .contact-link {
            display: inline-block;
            padding: 12px 24px;
            background-color: rgba(255, 255, 255, 0.2);
            color: white;
            text-decoration: none;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
            border: 2px solid transparent;
        }
        
        .contact-link:hover {
            background-color: rgba(255, 255, 255, 0.3);
            border-color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .emoji {
            font-size: 20px;
            margin-right: 8px;
        }
    </style>
</head>
<body>
    <div class="contact-banner">
        <h2>🌟 Get in Touch</h2>
        <div class="contact-links">
            <a href="https://github.com/emilyteixeira" class="contact-link">
                <span class="emoji">πŸ™</span>GitHub
            </a>
            <a href="https://linkedin.com/in/emilyteixeira" class="contact-link">
                <span class="emoji">πŸ’Ό</span>LinkedIn
            </a>
            <a href="mailto:[email protected]" class="contact-link">
                <span class="emoji">βœ‰οΈ</span>Email
            </a>
        </div>
    </div>
</body>
</html>

✨ Open to collaboration and networking opportunities. Let's connect! ✨

Profile Views

Pinned Loading

  1. vainaweb-empowerfullstack-desafio02 vainaweb-empowerfullstack-desafio02 Public

    HTML

  2. projects projects Public

    Python

  3. vainaweb-empowerfullstack-aula09 vainaweb-empowerfullstack-aula09 Public

    RepositΓ³rio para a Aula 09 do programa Empower Full Stack da Escola Vai Na Web.

    HTML

  4. vainaweb-desafio-final-modulo1 vainaweb-desafio-final-modulo1 Public

    JavaScript