AI update: עדכן את טופס צור קשר כך שכל ההודעות יישלחו לכתובת המייל: yossi.em@gmail.com
וודא שזו הכתובת המוגדרת בכל מקום שיש אפשרות
This commit is contained in:
+21
-5
@@ -304,7 +304,7 @@
|
||||
<div class="about-grid">
|
||||
<div class="about-content reveal">
|
||||
<span class="section-label">מי אנחנו</span>
|
||||
<h2 id="about-title" class="about-title">סטודיו שמאמין<br>בכוח של עיצוב</h2>
|
||||
<h2 id="about-title" class="about-title">סטודיו שמאמין בכוח של עיצוב</h2>
|
||||
<p class="about-text">
|
||||
אימייליון הוקמה מתוך אמונה שעיצוב דיגיטלי צריך להיות יותר מיפה — הוא צריך לעבוד. אנחנו משלבים חשיבה אסטרטגית, עיצוב פורץ דרך וטכנולוגיית AI מתקדמת כדי ליצור חוויות שמניעות תוצאות.
|
||||
</p>
|
||||
@@ -338,20 +338,34 @@
|
||||
<h2 id="contact-title" class="contact-title reveal">יש לכם פרויקט?<br>בואו נדבר</h2>
|
||||
</header>
|
||||
|
||||
<form class="contact-form reveal" action="#" method="POST" novalidate>
|
||||
<div class="contact-email-cta reveal">
|
||||
<p class="contact-email-text">מעדיפים אימייל? שלחו לנו הודעה ישירות:</p>
|
||||
<a href="mailto:yossi.em@gmail.com" class="contact-email-link">
|
||||
<svg class="email-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true">
|
||||
<rect x="2" y="4" width="20" height="16" rx="2"/>
|
||||
<path d="M22 6L12 13 2 6"/>
|
||||
</svg>
|
||||
<span>yossi.em@gmail.com</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<form class="contact-form reveal" id="contact-form" action="https://formsubmit.co/yossi.em@gmail.com" method="POST">
|
||||
<input type="hidden" name="_subject" value="הודעה חדשה מהאתר - אימייליון">
|
||||
<input type="hidden" name="_captcha" value="false">
|
||||
<input type="hidden" name="_template" value="table">
|
||||
<div class="form-row">
|
||||
<div class="form-group">
|
||||
<label for="name" class="form-label">שם מלא</label>
|
||||
<input type="text" id="name" name="name" class="form-input" autocomplete="name" placeholder=" " required>
|
||||
<input type="text" id="name" name="name" class="form-input" autocomplete="name" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email" class="form-label">אימייל</label>
|
||||
<input type="email" id="email" name="email" class="form-input" autocomplete="email" placeholder=" " required>
|
||||
<input type="email" id="email" name="email" class="form-input" autocomplete="email" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="project" class="form-label">ספרו לנו על הפרויקט</label>
|
||||
<textarea id="project" name="project" class="form-input form-textarea" rows="4" placeholder=" "></textarea>
|
||||
<textarea id="project" name="project" class="form-input form-textarea" rows="4"></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-large">
|
||||
<span>שליחת הודעה</span>
|
||||
@@ -359,6 +373,7 @@
|
||||
<path d="M5 12H19M12 5l7 7-7 7"/>
|
||||
</svg>
|
||||
</button>
|
||||
<div class="form-status" id="form-status" role="status" aria-live="polite"></div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
@@ -381,6 +396,7 @@
|
||||
<a href="#services">שירותים</a>
|
||||
<a href="#about">אודות</a>
|
||||
<a href="#contact">צור קשר</a>
|
||||
<a href="mailto:yossi.em@gmail.com">yossi.em@gmail.com</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
|
||||
Reference in New Issue
Block a user