forked from codrops/ProductComparison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtouch.html
30 lines (30 loc) · 1.59 KB
/
touch.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Mouse cursor control using facial movements </title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="view">
<header class="bp-header cf">
<h1>TOUCH SCREEN</h1>
</header>
<ul style="list-style-type:disc;">
<li><a href="https://www.researchgate.net/publication/260134012_Touch_screen_technology"> Touch screen technology - Saikiran Chepuri</a></li>
<br>
<li><a href="http://www.ijtrd.com/papers/IJTRD1386.pdf">Touch Screen Technology: A Review - M.Krithikaa</a></li>
<br>
<li><a href="https://www.ijcaonline.org/volume6/number8/pxc3871433.pdf">Comparative Study of Various Touchscreen Technologies - Mudit Ratana Bhalla, Anand Vardhan Bhalla </a></li>
<br>
<li><a href="https://www.academia.edu/42066020/A_Comparative_Study_of_the_Usability_of_Touch_Based_and_Mouse_Based_Interaction"> A Comparative Study of the Usability of Touch-Based and Mouse-Based Interaction - Pietro Murano</a></li>
<br>
</ul>
</div>
</body>
</html>