TimePass

Subject: GenAI Event: Learning, Quizzing & Our Values in Action!

Hello Everyone,

What an energetic day it was yesterday (Thursday, June 19, 2025) at our special GenAI event in Thane! It was a fantastic session focused on Generative AI, bringing together both fun and deep discussions.

The event kicked off with two brilliant skits that truly brought our LIRIL values to life. They were a creative and engaging way to remind us about the core principles that guide us at TCS. It was a wonderful start!

Next, the GenAI Quiz Competition really got our minds buzzing! It was a lively and challenging round of questions that tested our knowledge of Generative AI's concepts, applications, and latest trends. Everyone participated with great spirit, making it a truly insightful and competitive segment.

A big highlight for us was the Group Discussion on "Is AI Useful or Harmful?" Several associates from our batch actively participated, sharing their thoughts and perspectives. It was insightful to hear everyone's ideas and have such an open and thought-provoking conversation about AI's impact on our world.

It was wonderful to have our Business Skill and Technical Faculty members join us and enjoy the entire event. Their presence made it even more special.

Overall, it was a super engaging, informative, and inspiring session. Events like these truly help us all learn, grow, and connect better.

Keep exploring and innovating!

Best Regards,

Om Shrikrishna Raskar [Your Designation/Department - Optional]







<div style="padding: 20px;">

  <h2 style="text-align: center; color: #333;">🍽️ Restaurant Menu List</h2>


  <table border="1" cellpadding="10" cellspacing="0" style="width: 100%; border-collapse: collapse; margin-top: 20px; font-family: Arial, sans-serif;">

    <thead style="background-color: #f5f5f5;">

      <tr style="font-weight: bold; color: #333;">

        <th>Menu ID</th>

        <th>Name</th>

        <th>Description</th>

        <th>Category</th>

        <th>Type</th>

        <th>Cost (₹)</th>

        <th>Status</th>

        <th>Actions</th>

      </tr>

    </thead>


    <tbody>

      <tr *ngFor="let item of menuItems" style="text-align: center;">

        <td>{{ item.menuId }}</td>

        <td>{{ item.menuName }}</td>

        <td>{{ item.description }}</td>

        <td>{{ item.category }}</td>

        <td>{{ item.type }}</td>

        <td>{{ item.cost }}</td>

        <td>

          <span [style.color]="item.status.toLowerCase() === 'available' ? 'green' : 'red'">

            {{ item.status }}

          </span>

        </td>

        <td>

          <button (click)="deleteItem(item.menuId)" style="padding: 5px 10px; background-color: crimson; color: white; border: none; border-radius: 5px; cursor: pointer;">

            Delete

          </button>

        </td>

      </tr>

    </tbody>

  </table>


  <p *ngIf="menuItems.length === 0" style="text-align: center; margin-top: 20px; color: #999;">

    No menu items found. Try adding some!

  </p>

</div>











<div style="padding: 30px; background-color: #f0f4f8; min-height: 100vh;">

  <h2 style="text-align: center; color: #2c3e50; font-size: 28px; margin-bottom: 20px;">

    🍽️ Online Restaurant Menu

  </h2>


  <table style="width: 100%; border-collapse: collapse; background-color: white; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden;">

    <thead style="background-color: #3498db; color: white;">

      <tr>

        <th style="padding: 12px;">Menu ID</th>

        <th style="padding: 12px;">Name</th>

        <th style="padding: 12px;">Description</th>

        <th style="padding: 12px;">Category</th>

        <th style="padding: 12px;">Type</th>

        <th style="padding: 12px;">Cost (₹)</th>

        <th style="padding: 12px;">Status</th>

        <th style="padding: 12px;">Actions</th>

      </tr>

    </thead>

    <tbody>

      <tr *ngFor="let item of menuItems" style="text-align: center; border-bottom: 1px solid #ddd;">

        <td style="padding: 10px;">{{ item.menuId }}</td>

        <td style="padding: 10px;">{{ item.menuName }}</td>

        <td style="padding: 10px;">{{ item.description }}</td>

        <td style="padding: 10px;">{{ item.category }}</td>

        <td style="padding: 10px;">{{ item.type }}</td>

        <td style="padding: 10px;">₹{{ item.cost }}</td>

        <td style="padding: 10px;">

          <span [style.color]="item.status.toLowerCase() === 'available' ? 'green' : 'red'">

            {{ item.status }}

          </span>

        </td>

        <td style="padding: 10px;">

          <button 

            (click)="deleteItem(item.menuId)"

            style="padding: 6px 12px; background-color: #e74c3c; color: white; border: none; border-radius: 5px; cursor: pointer;">

            🗑️ Delete

          </button>

        </td>

      </tr>

    </tbody>

  </table>


  <p *ngIf="menuItems.length === 0" style="text-align: center; margin-top: 30px; font-style: italic; color: #777;">

    🙁 No menu items available right now.

  </p>

</div>

Comments

Popular posts from this blog

Restaurant

UIUXFILES