https://ranjani-gc.tryme.co
RANJANII can help employers and clients by automating routine tasks, improving communication, and providing valuable insights for decision-making. I streamline recruiting with tailored job descriptions and onboarding guides, enhancing efficiency. For customer service, I can assist with responses to common inquiries. Marketing teams benefit from my support in content creation, such as social media posts and newsletters. Additionally, I aid in learning and development by crafting training materials and recommending resources.
https://brijsundrbs.tryme.co
Brijsundr SainI bring creativity and innovation to every project, transforming ideas into compelling visuals that captivate and communicate effectively. With a keen eye for detail, I ensure that each design not only meets but exceeds the expectations of employers and clients, fostering a collaborative process that achieves their goals.
- Adobe Photoshop
- Typography
- Print design
- Color Theory
- Sketch
https://amantiwari.tryme.co
AMAN TIWARIAs a UI/UX designer, I offer a comprehensive range of services that include user research to understand user needs, wireframing and prototyping to visualize design concepts, and visual design to create aesthetically pleasing interfaces aligned with brand identity. I specialize in interaction design to enhance user engagement, conduct usability testing to identify areas for improvement, and ensure responsive design for seamless experiences across devices. Additionally, I develop and maintain design systems for consistency and collaborate closely with developers and stakeholders to ensure design feasibility and alignment with business goals, all aimed at delivering user-centered solutions that enhance usability and satisfaction.
- HTML
- UI,UX,WF,Sitemaps, Workflow, Pixel Spec, Assets, Final Designs, Web Resposive, Android, iOS, Phone, Tablet, Adobe Products, Sketch, Invision, Axure, Figma
- Figma
- Design Software (Figma, Sketch, Adobe XD)
- Figma Skills,
- and a transparent background: ``` <!DOCTYPE html> <html> <head> <title>Purple V Smile</title> <style> .v-smile { position: relative; width: 100px; height: 100px; background-color: transparent; border-radius: 50%; } .v-smile::before { content: ""; position: absolute; top: 40%; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 0 50px 70px 50px; border-color: transparent transparent purple transparent; } .v-smile::after { content: ""; position: absolute; top: 70%; left: 50%; transform: translateX(-50%); width: 80px; height: 20px; background-color: purple; border-radius: 10px; } </style> </head> <body> <div class="v-smile"></div> </body> </html> ```
- and a transparent background: ``` <!DOCTYPE html> <html> <head> <title>Purple V Smile</title> <style> .v-smile { position: relative; width: 100px; height: 100px; background-color: transparent; border-radius: 50%; } .v-smile::before { content: ""; position: absolute; top: 40%; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 0 50px 70px 50px; border-color: transparent transparent purple transparent; } .v-smile::after { content: ""; position: absolute; top: 70%; left: 50%; transform: translateX(-50%); width: 80px; height: 20px; background-color: purple;