-
Notifications
You must be signed in to change notification settings - Fork 4
/
uiux.html
86 lines (72 loc) · 4.74 KB
/
uiux.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Tesseract 5.0 , the technical extravaganza of IEEE SB SJCET, Palai is jam packed with fun, creativity along with innovations.The flagship event marks another enduring milestone in relishing the path of being the Outstanding Student Branch and keeps the same word with you all.The event marks a new threshold for everything you ever aspire for in an event.Expand your horizons of knowledge to widen your perspective and think outside the Tesseract with tech-talks, inspiring sessions and innovative workshops by eminent personalities.The name itself shows the complexity of how vibrant the event would turn out to be which could never be comprehended by a 3D perspective.Knowledge awaits you here..!!!" />
<meta name="keywords" content="Tesseract 5.0, Tesseract, SJCET Palai,IEEE Student Branch SJCET, IEEE SB SJCET, SJCET,Kottyam, IEEE Link,IEEE Kochi Hub, tesseract, tesseract 5.0, IEEE Kerala SEction" />
<meta name="author" content="Rithin Jose Justin Johny Rajat Mathew" />
<!-- Title -->
<title>UI/UX</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.png">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
<link rel="stylesheet" href="./css/style.css">
<style>
body{
background-color: #07132c;
}
</style>
</head>
<body>
<header class="header-area" >
<div class="classy-nav-container breakpoint-off" >
<div class="container">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="conferNav">
<!-- Logo -->
<a class="nav-brand" href="./index.html"><img src="./img/core-img/logo.png" style="height: 70px;" alt=""></a>
</nav>
</div>
</div>
</header>
<section class="about-us-countdown-area section-padding-100-0" >
<div class="container">
<div class="row align-items-center">
<!-- About Content -->
<div class="col-12 col-md-6">
<div class="about-content-text mb-80">
<h6 class="wow fadeInUp" data-wow-delay="300ms">Workshop</h6>
<h3 class="wow fadeInUp" data-wow-delay="300ms">UI/UX</h3>
<p class="wow fadeInUp" data-wow-delay="300ms">User interface design (UI) or user interface engineering is the designing of user interfaces for machines and software, such as computers, home appliances, mobile devices, and other electronic devices, with the focus on maximizing usability and the user experience. The goal of user interface design is to make the user's interaction as simple and efficient as possible, in terms of accomplishing user goals (user-centered design).
User experience (UX) is a person's emotions and attitudes about using a particular product, system or service. It includes the practical, experiential, affective, meaningful and valuable aspects of human–computer interaction and product ownership. Additionally, it includes a person's perceptions of system aspects such as utility, ease of use and efficiency. User experience may be subjective in nature to the degree that it is about individual perception and thought with respect to a product or system. User experience varies dynamically, constantly modifying over time due to changing usage circumstances. Simplified, user experience is about how a user interacts with, and experiences, a product.
</p>
</div>
</div>
<!-- About Thumb -->
<div class="col-12 col-md-6">
<div class="about-thumb mb-80 wow fadeInUp" data-wow-delay="300ms">
<img src="img/bg-img/ui.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<script src="particles.js"></script>
<script src="js/jquery.min.js"></script>
<!-- Popper -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- All Plugins -->
<script src="js/confer.bundle.js"></script>
<!-- Active -->
<script src="js/default-assets/active.js"></script>
<script src="./js/particles.js"></script>
<script src="./js/default-assets/app.js"></script>
</body>
</html>