22 skills found
t0m / Select2 Bootstrap Csssimple css to make select2 widgets fit in with bootstrap
kausarpial / Portio HugoPortio Hugo is a simple, minimal and responsive Portfolio Hugo Theme. Portio Hugo is well organized, well-formatted, and named accordingly so it’s easy to change any and all of the design. Portio is built with Bootstrap 4. You can customize it very easily to fit your needs.
asyraf9 / Bootstrap SidebarA responsive sidebar plugin for bootstrap 3. if your menus are too big to fit into a horizontal menubar, or you need to have a responsive sidebar that is compatible with bootstrap, then this is the plugin for you.
sebastianha / Angular Bootstrap CheckboxA checkbox for AngularJS styled to fit the Twitter Bootstrap standard design
gethugothemes / Andromeda Light HugoAndromeda-light is a clean and modern Hugo SAAS Software theme. It perfectly fits any kind of SAAS Software. It is fully responsive, Superfast and powered by Bootstrap.
Aryia-Behroziuan / NeuronsAn ANN is a model based on a collection of connected units or nodes called "artificial neurons", which loosely model the neurons in a biological brain. Each connection, like the synapses in a biological brain, can transmit information, a "signal", from one artificial neuron to another. An artificial neuron that receives a signal can process it and then signal additional artificial neurons connected to it. In common ANN implementations, the signal at a connection between artificial neurons is a real number, and the output of each artificial neuron is computed by some non-linear function of the sum of its inputs. The connections between artificial neurons are called "edges". Artificial neurons and edges typically have a weight that adjusts as learning proceeds. The weight increases or decreases the strength of the signal at a connection. Artificial neurons may have a threshold such that the signal is only sent if the aggregate signal crosses that threshold. Typically, artificial neurons are aggregated into layers. Different layers may perform different kinds of transformations on their inputs. Signals travel from the first layer (the input layer) to the last layer (the output layer), possibly after traversing the layers multiple times. The original goal of the ANN approach was to solve problems in the same way that a human brain would. However, over time, attention moved to performing specific tasks, leading to deviations from biology. Artificial neural networks have been used on a variety of tasks, including computer vision, speech recognition, machine translation, social network filtering, playing board and video games and medical diagnosis. Deep learning consists of multiple hidden layers in an artificial neural network. This approach tries to model the way the human brain processes light and sound into vision and hearing. Some successful applications of deep learning are computer vision and speech recognition.[68] Decision trees Main article: Decision tree learning Decision tree learning uses a decision tree as a predictive model to go from observations about an item (represented in the branches) to conclusions about the item's target value (represented in the leaves). It is one of the predictive modeling approaches used in statistics, data mining, and machine learning. Tree models where the target variable can take a discrete set of values are called classification trees; in these tree structures, leaves represent class labels and branches represent conjunctions of features that lead to those class labels. Decision trees where the target variable can take continuous values (typically real numbers) are called regression trees. In decision analysis, a decision tree can be used to visually and explicitly represent decisions and decision making. In data mining, a decision tree describes data, but the resulting classification tree can be an input for decision making. Support vector machines Main article: Support vector machines Support vector machines (SVMs), also known as support vector networks, are a set of related supervised learning methods used for classification and regression. Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that predicts whether a new example falls into one category or the other.[69] An SVM training algorithm is a non-probabilistic, binary, linear classifier, although methods such as Platt scaling exist to use SVM in a probabilistic classification setting. In addition to performing linear classification, SVMs can efficiently perform a non-linear classification using what is called the kernel trick, implicitly mapping their inputs into high-dimensional feature spaces. Illustration of linear regression on a data set. Regression analysis Main article: Regression analysis Regression analysis encompasses a large variety of statistical methods to estimate the relationship between input variables and their associated features. Its most common form is linear regression, where a single line is drawn to best fit the given data according to a mathematical criterion such as ordinary least squares. The latter is often extended by regularization (mathematics) methods to mitigate overfitting and bias, as in ridge regression. When dealing with non-linear problems, go-to models include polynomial regression (for example, used for trendline fitting in Microsoft Excel[70]), logistic regression (often used in statistical classification) or even kernel regression, which introduces non-linearity by taking advantage of the kernel trick to implicitly map input variables to higher-dimensional space. Bayesian networks Main article: Bayesian network A simple Bayesian network. Rain influences whether the sprinkler is activated, and both rain and the sprinkler influence whether the grass is wet. A Bayesian network, belief network, or directed acyclic graphical model is a probabilistic graphical model that represents a set of random variables and their conditional independence with a directed acyclic graph (DAG). For example, a Bayesian network could represent the probabilistic relationships between diseases and symptoms. Given symptoms, the network can be used to compute the probabilities of the presence of various diseases. Efficient algorithms exist that perform inference and learning. Bayesian networks that model sequences of variables, like speech signals or protein sequences, are called dynamic Bayesian networks. Generalizations of Bayesian networks that can represent and solve decision problems under uncertainty are called influence diagrams. Genetic algorithms Main article: Genetic algorithm A genetic algorithm (GA) is a search algorithm and heuristic technique that mimics the process of natural selection, using methods such as mutation and crossover to generate new genotypes in the hope of finding good solutions to a given problem. In machine learning, genetic algorithms were used in the 1980s and 1990s.[71][72] Conversely, machine learning techniques have been used to improve the performance of genetic and evolutionary algorithms.[73] Training models Usually, machine learning models require a lot of data in order for them to perform well. Usually, when training a machine learning model, one needs to collect a large, representative sample of data from a training set. Data from the training set can be as varied as a corpus of text, a collection of images, and data collected from individual users of a service. Overfitting is something to watch out for when training a machine learning model. Federated learning Main article: Federated learning Federated learning is an adapted form of distributed artificial intelligence to training machine learning models that decentralizes the training process, allowing for users' privacy to be maintained by not needing to send their data to a centralized server. This also increases efficiency by decentralizing the training process to many devices. For example, Gboard uses federated machine learning to train search query prediction models on users' mobile phones without having to send individual searches back to Google.[74] Applications There are many applications for machine learning, including: Agriculture Anatomy Adaptive websites Affective computing Banking Bioinformatics Brain–machine interfaces Cheminformatics Citizen science Computer networks Computer vision Credit-card fraud detection Data quality DNA sequence classification Economics Financial market analysis[75] General game playing Handwriting recognition Information retrieval Insurance Internet fraud detection Linguistics Machine learning control Machine perception Machine translation Marketing Medical diagnosis Natural language processing Natural language understanding Online advertising Optimization Recommender systems Robot locomotion Search engines Sentiment analysis Sequence mining Software engineering Speech recognition Structural health monitoring Syntactic pattern recognition Telecommunication Theorem proving Time series forecasting User behavior analytics In 2006, the media-services provider Netflix held the first "Netflix Prize" competition to find a program to better predict user preferences and improve the accuracy of its existing Cinematch movie recommendation algorithm by at least 10%. A joint team made up of researchers from AT&T Labs-Research in collaboration with the teams Big Chaos and Pragmatic Theory built an ensemble model to win the Grand Prize in 2009 for $1 million.[76] Shortly after the prize was awarded, Netflix realized that viewers' ratings were not the best indicators of their viewing patterns ("everything is a recommendation") and they changed their recommendation engine accordingly.[77] In 2010 The Wall Street Journal wrote about the firm Rebellion Research and their use of machine learning to predict the financial crisis.[78] In 2012, co-founder of Sun Microsystems, Vinod Khosla, predicted that 80% of medical doctors' jobs would be lost in the next two decades to automated machine learning medical diagnostic software.[79] In 2014, it was reported that a machine learning algorithm had been applied in the field of art history to study fine art paintings and that it may have revealed previously unrecognized influences among artists.[80] In 2019 Springer Nature published the first research book created using machine learning.[81] Limitations Although machine learning has been transformative in some fields, machine-learning programs often fail to deliver expected results.[82][83][84] Reasons for this are numerous: lack of (suitable) data, lack of access to the data, data bias, privacy problems, badly chosen tasks and algorithms, wrong tools and people, lack of resources, and evaluation problems.[85] In 2018, a self-driving car from Uber failed to detect a pedestrian, who was killed after a collision.[86] Attempts to use machine learning in healthcare with the IBM Watson system failed to deliver even after years of time and billions of dollars invested.[87][88] Bias Main article: Algorithmic bias Machine learning approaches in particular can suffer from different data biases. A machine learning system trained on current customers only may not be able to predict the needs of new customer groups that are not represented in the training data. When trained on man-made data, machine learning is likely to pick up the same constitutional and unconscious biases already present in society.[89] Language models learned from data have been shown to contain human-like biases.[90][91] Machine learning systems used for criminal risk assessment have been found to be biased against black people.[92][93] In 2015, Google photos would often tag black people as gorillas,[94] and in 2018 this still was not well resolved, but Google reportedly was still using the workaround to remove all gorillas from the training data, and thus was not able to recognize real gorillas at all.[95] Similar issues with recognizing non-white people have been found in many other systems.[96] In 2016, Microsoft tested a chatbot that learned from Twitter, and it quickly picked up racist and sexist language.[97] Because of such challenges, the effective use of machine learning may take longer to be adopted in other domains.[98] Concern for fairness in machine learning, that is, reducing bias in machine learning and propelling its use for human good is increasingly expressed by artificial intelligence scientists, including Fei-Fei Li, who reminds engineers that "There’s nothing artificial about AI...It’s inspired by people, it’s created by people, and—most importantly—it impacts people. It is a powerful tool we are only just beginning to understand, and that is a profound responsibility.”[99] Model assessments Classification of machine learning models can be validated by accuracy estimation techniques like the holdout method, which splits the data in a training and test set (conventionally 2/3 training set and 1/3 test set designation) and evaluates the performance of the training model on the test set. In comparison, the K-fold-cross-validation method randomly partitions the data into K subsets and then K experiments are performed each respectively considering 1 subset for evaluation and the remaining K-1 subsets for training the model. In addition to the holdout and cross-validation methods, bootstrap, which samples n instances with replacement from the dataset, can be used to assess model accuracy.[100] In addition to overall accuracy, investigators frequently report sensitivity and specificity meaning True Positive Rate (TPR) and True Negative Rate (TNR) respectively. Similarly, investigators sometimes report the false positive rate (FPR) as well as the false negative rate (FNR). However, these rates are ratios that fail to reveal their numerators and denominators. The total operating characteristic (TOC) is an effective method to express a model's diagnostic ability. TOC shows the numerators and denominators of the previously mentioned rates, thus TOC provides more information than the commonly used receiver operating characteristic (ROC) and ROC's associated area under the curve (AUC).[101] Ethics Machine learning poses a host of ethical questions. Systems which are trained on datasets collected with biases may exhibit these biases upon use (algorithmic bias), thus digitizing cultural prejudices.[102] For example, using job hiring data from a firm with racist hiring policies may lead to a machine learning system duplicating the bias by scoring job applicants against similarity to previous successful applicants.[103][104] Responsible collection of data and documentation of algorithmic rules used by a system thus is a critical part of machine learning. Because human languages contain biases, machines trained on language corpora will necessarily also learn these biases.[105][106] Other forms of ethical challenges, not related to personal biases, are more seen in health care. There are concerns among health care professionals that these systems might not be designed in the public's interest but as income-generating machines. This is especially true in the United States where there is a long-standing ethical dilemma of improving health care, but also increasing profits. For example, the algorithms could be designed to provide patients with unnecessary tests or medication in which the algorithm's proprietary owners hold stakes. There is huge potential for machine learning in health care to provide professionals a great tool to diagnose, medicate, and even plan recovery paths for patients, but this will not happen until the personal biases mentioned previously, and these "greed" biases are addressed.[107] Hardware Since the 2010s, advances in both machine learning algorithms and computer hardware have led to more efficient methods for training deep neural networks (a particular narrow subdomain of machine learning) that contain many layers of non-linear hidden units.[108] By 2019, graphic processing units (GPUs), often with AI-specific enhancements, had displaced CPUs as the dominant method of training large-scale commercial cloud AI.[109] OpenAI estimated the hardware compute used in the largest deep learning projects from AlexNet (2012) to AlphaZero (2017), and found a 300,000-fold increase in the amount of compute required, with a doubling-time trendline of 3.4 months.[110][111] Software Software suites containing a variety of machine learning algorithms include the following: Free and open-source so
generateme / FitdistrFit distributions with mle, mge, mme and qme methods (+ bootstrap)
gethugothemes / Persian HugoPersian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
JiaHuann / Libbpf Bootstrap AndroidDo something to fit android aarch64 to develop ebpf programs using libbpf-bootstrap framework
tadatuta / Bootstrap BlTwitter Bootstrap rewritten to fit BEM methodology
statichunt / Minilog HugoMinilog is a free Blog template based on Bootstrap and powered by Hugo. It is a perfect fit for blogs, Lifestyle, Travel Food, websites. It is a modern, fully responsive design and clean look.
saddam1999 / Hacherthon<html lang="en-us" data-resources-css="LmN3LWFsZXJ0JTIwLmFsZXJ0LWljb24lN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMSklN0QlMEEuY3ctYWxlcnQlMjAuYWxlcnQtaWNvbi5pbmZvJTNBJTNBYWZ0ZXIlN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMiklN0QlMEEuY3ctYWxlcnQlMjAuYWxlcnQtaWNvbi5lcnJvciUzQSUzQWFmdGVyJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzMpJTdEJTBBLmN3LWFsZXJ0JTIwLmFsZXJ0LWljb24uY2hlY2tlZCUzQSUzQWFmdGVyJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzQpJTdEJTBBLmN3LWFsZXJ0JTIwLmFsZXJ0LWljb24uc2hhcmluZyUzQSUzQWFmdGVyJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzUpJTdEJTBBY3ctY2hlY2tib3glMjBpbnB1dCUyQmxhYmVsJTNBJTNBYmVmb3JlJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzYpJTdEJTBBY3ctY2hlY2tib3glMjBpbnB1dCUzQWFjdGl2ZSUyQmxhYmVsJTNBJTNBYmVmb3JlJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzcpJTdEJTBBY3ctY2hlY2tib3glMjBpbnB1dCUzQWNoZWNrZWQlMkJsYWJlbCUzQSUzQWJlZm9yZSU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl84KSU3RCUwQWN3LWNoZWNrYm94JTIwaW5wdXQlM0FhY3RpdmUlM0FjaGVja2VkJTJCbGFiZWwlM0ElM0FiZWZvcmUlN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfOSklN0QlMEFjdy1jaGVja2JveCUyMGlucHV0JTNBaW5kZXRlcm1pbmF0ZSUyQmxhYmVsJTNBJTNBYmVmb3JlJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzEwKSU3RCUwQWN3LWNoZWNrYm94JTIwaW5wdXQlM0FhY3RpdmUlM0FpbmRldGVybWluYXRlJTJCbGFiZWwlM0ElM0FiZWZvcmUlN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTEpJTdEJTBBLnNjYWxhYmxlLWFwcC1zd2l0Y2hlci1pdGVtLXZpZXcubG9ja2VkJTNFLmxvY2tlZC1pY29uJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzE5KSU3RCUwQS5hcHAtc3dpdGNoZXItaXRlbS12aWV3JTIwLmFwcC1zd2l0Y2hlci1pdGVtLWNvbnRlbnQubG9ja2VkJTIwLmljb24tb3ZlcmxheSUzQSUzQWFmdGVyJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzE5KSU3RCUwQS5zY2FsYWJsZS1hcHAtc3dpdGNoZXItaXRlbS12aWV3LmRpc2FibGVkJTNBbm90KC5sb2NrZWQpJTNFLndhcm5pbmctaWNvbiU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8yMCklN0QlMEEuYXBwLXN3aXRjaGVyLWl0ZW0tdmlldyUyMC5hcHAtc3dpdGNoZXItaXRlbS1jb250ZW50LmRpc2FibGVkJTIwLmljb24tb3ZlcmxheSUzQSUzQWFmdGVyJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzIwKSU3RCUwQS5jdy1hbGVydCUyMC5hbGVydC1tYWluLWNvbnRlbnQlMjAuYWxlcnQtaWNvbiU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8yMCklN0QlMEEuYXBwLXN3aXRjaGVyLWl0ZW0tdmlldyUyMC5hcHAtc3dpdGNoZXItaXRlbS1jb250ZW50JTIwLmFwcC1zd2l0Y2hlci1zcGlubmVyLXZpZXclN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMjgpJTdEJTBBLmNsb3NlLWljb24tYnV0dG9uLXZpZXclMjAudGl0bGUlN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfNDApJTdEJTBBLmN3LWFsZXJ0JTIwLmFsZXJ0LW1haW4tY29udGVudCUyMC5hbGVydC1pY29uLmljbG91ZC1pY29uJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzEzMiklN0QlMEEuY3ctYWxlcnQlMjAuYWxlcnQtbWFpbi1jb250ZW50JTIwLmFsZXJ0LWljb24ucmVtaW5kZXJzLWljb24lN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTMzKSU3RCUwQS5jdy1hbGVydCUyMC5hbGVydC1tYWluLWNvbnRlbnQlMjAuYWxlcnQtaWNvbi5waG90b3MtaWNvbiU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xMzQpJTdEJTBBLnF1aWNrLWFjY2VzcyUyMC5xdWljay1hY2Nlc3MtYnV0dG9uLXZpZXcuZm1pcCUyMC5xdWljay1hY2Nlc3MtaWNvbiU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xMzYpJTdEJTBBLnF1aWNrLWFjY2VzcyUyMC5xdWljay1hY2Nlc3MtYnV0dG9uLXZpZXcuYXBwbGUtcGF5JTIwLnF1aWNrLWFjY2Vzcy1pY29uJTdCYmFja2dyb3VuZC1pbWFnZSUzQXVybChibG9iXzEzNyklN0QlMEEud2luZG93cy5lZGdlLW9yLWllJTIwLnF1aWNrLWFjY2VzcyUyMC5xdWljay1hY2Nlc3MtYnV0dG9uLXZpZXcuYXBwbGUtcGF5JTIwLnF1aWNrLWFjY2Vzcy1pY29uLmZ1bmt5LWRwciU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xMzgpJTdEJTBBLnF1aWNrLWFjY2VzcyUyMC5xdWljay1hY2Nlc3MtYnV0dG9uLXZpZXcuYXBwbGUtd2F0Y2glMjAucXVpY2stYWNjZXNzLWljb24lN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTM5KSU3RCUwQS5jaGluYS10ZXJtcy12aWV3JTIwLmNvbnRlbnQtc2Nyb2xsLXZpZXclMjAuY2hpbmEtdGVybXMtY29udGVudC12aWV3JTIwLmNoaW5hLXRlcm1zLWxvZ28lN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTQwKSU3RCUwQS5iYXNlLW1vZGFsLWFycm93LXBvcG92ZXItdmlldyUyMC5jdy1wb3BvdmVyLXZpZXclM0UuY3ctcG9wb3Zlci1hcnJvdy5jdy1yaWdodC1hcnJvdyU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xNDEpJTdEJTBBLmJhc2UtbW9kYWwtYXJyb3ctcG9wb3Zlci12aWV3JTIwLmN3LXBvcG92ZXItdmlldyUzRS5jdy1wb3BvdmVyLWFycm93LmN3LWxlZnQtYXJyb3clN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTQyKSU3RCUwQS5iYXNlLW1vZGFsLWFycm93LXBvcG92ZXItdmlldyUyMC5jdy1wb3BvdmVyLXZpZXclM0UuY3ctcG9wb3Zlci1hcnJvdy5jdy11cC1hcnJvdyU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xNDMpJTdEJTBBLmJhc2UtbW9kYWwtYXJyb3ctcG9wb3Zlci12aWV3JTIwLmN3LXBvcG92ZXItdmlldyUzRS5jdy1wb3BvdmVyLWFycm93LmN3LWRvd24tYXJyb3clN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTQ0KSU3RCUwQS5wb3BvdmVyLXZpZXclMjAuY3ctcG9wb3Zlci1hcnJvdy5jdy11cC1hcnJvdyU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xNDUpJTdEJTBBLnBvcG92ZXItdmlldyUyMC5jdy1wb3BvdmVyLWFycm93LmN3LWRvd24tYXJyb3clN0JiYWNrZ3JvdW5kLWltYWdlJTNBdXJsKGJsb2JfMTQ2KSU3RCUwQS5wb3BvdmVyLXZpZXclMjAuY3ctcG9wb3Zlci1hcnJvdy5jdy1yaWdodC1hcnJvdyU3QmJhY2tncm91bmQtaW1hZ2UlM0F1cmwoYmxvYl8xNDcpJTdEJTBB" data-primary-interaction-mode="touch" class="iphone iphone-like-device ios retina safari webkit" data-os-major-version="13" data-os-minor-version="2" data-major-version="13" data-minor-version="0" data-engine-major-version="605" dir="ltr" data-device-type-class="phone" data-horizontal-size-class="compact" data-vertical-size-class="regular"><head> <script type="text/javascript">try{var event=new window.CustomEvent("test",{cancelable:!0});event.preventDefault()}catch(a){var PolyFillCustomEvent=function(a,b){var c;return b=b||{bubbles:!1,cancelable:!1,detail:void 0},c=document.createEvent("CustomEvent"),c.initCustomEvent(a,b.bubbles,b.cancelable,b.detail),c};PolyFillCustomEvent.prototype=window.Event.prototype,window.CustomEvent=PolyFillCustomEvent}(function(){function a(a){var b,c="";c=d(a)?"FatalError":"NonFatalError",b=new CustomEvent(c,{detail:{error:a.error,message:a.message,filename:a.filename,lineno:a.lineno,colno:a.colno}}),window.dispatchEvent(b)}var b=[],c=!0,d=function(){return!1};window.addEventListener("error",function(d){c?b.push(d):a(d)}),window.__startFilteringErrors=function(e){d=e;var f=b.length;if(0<f)for(var g,h=0;h<f;h++)g=b[h],a(g);b=void 0,c=!1,window.__startFilteringErrors=function(){throw new Error("__startFilteringErrors can only be invoked once")}}})(),function(){function a(a){var b,c="";c=d(a)?"FatalUnhandledRejection":"NonFatalUnhandledRejection",b=new CustomEvent(c,{detail:{nativeEvent:a}}),window.dispatchEvent(b)}var b=[],c=!0,d=function(){return!1};window.addEventListener("unhandledrejection",function(d){c?b.push(d):a(d)}),window.__startFilteringUnhandledRejections=function(e){d=e;var f=b.length;if(0<f)for(var g,h=0;h<f;h++)g=b[h],a(g);b=void 0,c=!1,window.__startFilteringUnhandledRejections=function(){throw new Error("__startFilteringUnhandledRejections can only be invoked once")}}}();</script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <meta name="description" content="Sign in to iCloud to access your photos, videos, documents, notes, contacts, and more. Use your Apple ID or create a new account to start using Apple services."> <meta name="keywords" content="icloud, free, apple"> <meta name="og:title" content="iCloud.com"> <meta name="og:image" content="https://www.icloud.com/icloud_logo/icloud_logo.png"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="google" content="notranslate"> <link rel="apple-touch-icon" sizes="180x180" href="/system/cloudos2/current/static/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="120x120" href="/system/cloudos2/current/static/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="152x152" href="/system/cloudos2/current/static/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/system/cloudos2/current/static/apple-touch-icon-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/system/cloudos2/current/static/apple-touch-icon-120x120-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/system/cloudos2/current/static/apple-touch-icon-152x152-precomposed.png"> <link rel="icon" type="image/png" sizes="32x32" href="/system/cloudos2/current/static/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/system/cloudos2/current/static/favicon-16x16.png"> <link rel="mask-icon" sizes="any" color="#898989" href="/system/cloudos2/current/static/safari-pinned-tab.svg"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>iCloud</title> <link rel="icon" href="/favicon.ico"> <script type="text/javascript"> (function() { var html = document.documentElement; var pathPrefixAttribute = 'data-cw-private-path-prefix'; var buildNumberAttribute = 'data-cw-private-build-number'; var masteringNumberAttribute = 'data-cw-private-mastering-number'; window.__CW_PATH_PREFIX = html.getAttribute(pathPrefixAttribute); window.__CW_BUILD_INFO = { buildNumber: html.getAttribute(buildNumberAttribute), masteringNumber: html.getAttribute(masteringNumberAttribute), locale: html.getAttribute("lang") }; html.removeAttribute(pathPrefixAttribute); html.removeAttribute(buildNumberAttribute); html.removeAttribute(masteringNumberAttribute); })(); </script> <script type="text/javascript" class="cw-head-scripts"> (function(o,t,n){var e=navigator&&navigator.userAgent;if(e){var a,i,f,r=e.toLowerCase(),d="PointerEvent"in window,s="createTouch"in document||"Touch"in window,c=d?navigator.maxTouchPoints>0:s,l=!!/mac/.test(r)&&!/like mac/.test(r),u=l&&!(l&&c),h=!!r.match(/\b(iPad|iPhone|iPod)\b.*\bOS (\d+)_(\d+)/i);return u&&(a=r.match(/mac os x (\d+)[ _.](\d+)/)),h&&(a=r.match(/\b(iPad|iPhone|iPod)\b.*\bOS (\d+)_(\d+)/i)),a&&(i=a[1]?parseInt(a[1],10):null,f=a[2]?parseInt(a[2],10):null),!(!i||!(u&&i>=10&&f>=14||h&&i>=12))}})()||function(o){for(var t=0,n=o.length;t<n;t++){var e=o[t],a=document.createElement("link");a.rel="preload",a.as="font",a.href=e,a.type="font/woff",a.crossOrigin=!0,document.head.appendChild(a)}}(["/fonts/SFUIText-Light.woff","/fonts/SFUIText-Medium.woff","/fonts/SFUIText-Regular.woff","/fonts/SFUIDisplay-Regular.woff","/fonts/SFUIDisplay-Semibold.woff"]); </script><link rel="preload" as="font" href="/fonts/SFUIText-Light.woff" type="font/woff" crossorigin="true"><link rel="preload" as="font" href="/fonts/SFUIText-Medium.woff" type="font/woff" crossorigin="true"><link rel="preload" as="font" href="/fonts/SFUIText-Regular.woff" type="font/woff" crossorigin="true"><link rel="preload" as="font" href="/fonts/SFUIDisplay-Regular.woff" type="font/woff" crossorigin="true"><link rel="preload" as="font" href="/fonts/SFUIDisplay-Semibold.woff" type="font/woff" crossorigin="true"> <link rel="stylesheet" id="cw-css" href="data:text/css;base64,LmN3LWFsZXJ0IC5hbGVydC1pY29ue2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vMjkxNzI3YjUtNDk5Mi00NjE5LWJkYTYtYzFjZDI5NDQyM2JjIil9Ci5jdy1hbGVydCAuYWxlcnQtaWNvbi5pbmZvOjphZnRlcntiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzhkZDBmMzY5LTQ3OGMtNDFiNi1hOGY4LTE5MDY1ZjIyZGQ5YyIpfQouY3ctYWxlcnQgLmFsZXJ0LWljb24uZXJyb3I6OmFmdGVye2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vODI4ZTQyZDEtOTA2OC00ZGM5LThlZTAtYWUzMThjMTEyNTlmIil9Ci5jdy1hbGVydCAuYWxlcnQtaWNvbi5jaGVja2VkOjphZnRlcntiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzY3NmMyZDdlLWIwNjAtNDE3OC05ODI4LTZiYTcwNWVkZjY2MCIpfQouY3ctYWxlcnQgLmFsZXJ0LWljb24uc2hhcmluZzo6YWZ0ZXJ7YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS8xZjBmNmIxOS00YjUzLTRhODgtYWRhNS1hNWMzZjAwNjZlOTIiKX0KY3ctY2hlY2tib3ggaW5wdXQrbGFiZWw6OmJlZm9yZXtiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzhjMjkwODlhLWExMzEtNDVkZi1iMzJiLTUzODcwYTNkYWVkNCIpfQpjdy1jaGVja2JveCBpbnB1dDphY3RpdmUrbGFiZWw6OmJlZm9yZXtiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzMwOWVmMDdiLTc2ZDMtNGE3ZC05ZThmLTVlNmRmMDg1ZGYwYSIpfQpjdy1jaGVja2JveCBpbnB1dDpjaGVja2VkK2xhYmVsOjpiZWZvcmV7YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS8xOWIwZDZkMy0wZDIyLTRiOWQtYjEzMy03MzFkYjEyMDY4MWUiKX0KY3ctY2hlY2tib3ggaW5wdXQ6YWN0aXZlOmNoZWNrZWQrbGFiZWw6OmJlZm9yZXtiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzgzYzg3ZmM0LWZmNmUtNDk3NS1iYTcwLTY3OWMxY2NkODJlNSIpfQpjdy1jaGVja2JveCBpbnB1dDppbmRldGVybWluYXRlK2xhYmVsOjpiZWZvcmV7YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS9lYmIzZTM1Mi03OTZiLTQyYTMtODFiYS1hOTkxZTU3YTI3ZWMiKX0KY3ctY2hlY2tib3ggaW5wdXQ6YWN0aXZlOmluZGV0ZXJtaW5hdGUrbGFiZWw6OmJlZm9yZXtiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzI4MDMxYTMyLWE1NDQtNGU3Yi04NjM1LWJkOTU1MTVjZjM2ZCIpfQouc2NhbGFibGUtYXBwLXN3aXRjaGVyLWl0ZW0tdmlldy5sb2NrZWQ+LmxvY2tlZC1pY29ue2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vOGM3YWExZDAtMzNlNC00NmFiLWIxMWEtZjljMmU2OTU0YTI5Iil9Ci5hcHAtc3dpdGNoZXItaXRlbS12aWV3IC5hcHAtc3dpdGNoZXItaXRlbS1jb250ZW50LmxvY2tlZCAuaWNvbi1vdmVybGF5OjphZnRlcntiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzhjN2FhMWQwLTMzZTQtNDZhYi1iMTFhLWY5YzJlNjk1NGEyOSIpfQouc2NhbGFibGUtYXBwLXN3aXRjaGVyLWl0ZW0tdmlldy5kaXNhYmxlZDpub3QoLmxvY2tlZCk+Lndhcm5pbmctaWNvbntiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzBjOTE1ZWIzLWYzMTUtNDg0Yy1hN2FkLTA0NGNmM2IwYTkwMCIpfQouYXBwLXN3aXRjaGVyLWl0ZW0tdmlldyAuYXBwLXN3aXRjaGVyLWl0ZW0tY29udGVudC5kaXNhYmxlZCAuaWNvbi1vdmVybGF5OjphZnRlcntiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzBjOTE1ZWIzLWYzMTUtNDg0Yy1hN2FkLTA0NGNmM2IwYTkwMCIpfQouY3ctYWxlcnQgLmFsZXJ0LW1haW4tY29udGVudCAuYWxlcnQtaWNvbntiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzBjOTE1ZWIzLWYzMTUtNDg0Yy1hN2FkLTA0NGNmM2IwYTkwMCIpfQouYXBwLXN3aXRjaGVyLWl0ZW0tdmlldyAuYXBwLXN3aXRjaGVyLWl0ZW0tY29udGVudCAuYXBwLXN3aXRjaGVyLXNwaW5uZXItdmlld3tiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzFkNWExZGU1LTZiNzctNDE4NC04OGEyLWU2OWMyMTZjY2Q2ZSIpfQouY2xvc2UtaWNvbi1idXR0b24tdmlldyAudGl0bGV7YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS9mYjk1YmU5Ni0zNWE0LTQwOTctYmFmMC0wZjRlYTgxMGNmNDIiKX0KLmN3LWFsZXJ0IC5hbGVydC1tYWluLWNvbnRlbnQgLmFsZXJ0LWljb24uaWNsb3VkLWljb257YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS9kMDJmYTgyOC02NTc0LTQzNjAtOTQwOC02OTkyNzU5YTY0M2YiKX0KLmN3LWFsZXJ0IC5hbGVydC1tYWluLWNvbnRlbnQgLmFsZXJ0LWljb24ucmVtaW5kZXJzLWljb257YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS82Y2NlZTRhZi1jZGQ3LTQyZjUtYjMwOS1lY2I2ZTA4Y2UxYjIiKX0KLmN3LWFsZXJ0IC5hbGVydC1tYWluLWNvbnRlbnQgLmFsZXJ0LWljb24ucGhvdG9zLWljb257YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS8wNTk5YWQzNC0yMDM3LTRkMTMtOTAwNS05OWJhNjE5YjJhYTEiKX0KLnF1aWNrLWFjY2VzcyAucXVpY2stYWNjZXNzLWJ1dHRvbi12aWV3LmZtaXAgLnF1aWNrLWFjY2Vzcy1pY29ue2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vMjQwOWY4MTctY2I3My00NzdhLWE1NGMtNTJmNTgzMGE2ZjMxIil9Ci5xdWljay1hY2Nlc3MgLnF1aWNrLWFjY2Vzcy1idXR0b24tdmlldy5hcHBsZS1wYXkgLnF1aWNrLWFjY2Vzcy1pY29ue2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vNjU4NjgwZTMtMjZkMS00NDg2LWEyNzYtNTMwZTIxNGEyYmVjIil9Ci53aW5kb3dzLmVkZ2Utb3ItaWUgLnF1aWNrLWFjY2VzcyAucXVpY2stYWNjZXNzLWJ1dHRvbi12aWV3LmFwcGxlLXBheSAucXVpY2stYWNjZXNzLWljb24uZnVua3ktZHBye2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vNGJhN2E0MjQtNDhmZS00NGYxLWEwMmUtM2Y0YjI1MTM0OWQ4Iil9Ci5xdWljay1hY2Nlc3MgLnF1aWNrLWFjY2Vzcy1idXR0b24tdmlldy5hcHBsZS13YXRjaCAucXVpY2stYWNjZXNzLWljb257YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS9jMzNhOGE2Mi0zNzBjLTQwMzUtYTExZS1lOTM0N2Q1NTdjZTEiKX0KLmNoaW5hLXRlcm1zLXZpZXcgLmNvbnRlbnQtc2Nyb2xsLXZpZXcgLmNoaW5hLXRlcm1zLWNvbnRlbnQtdmlldyAuY2hpbmEtdGVybXMtbG9nb3tiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tL2JiZjY3ZDRlLWViYTItNGNjMy1hZGRjLTY3MDNhZmZjMWM3NiIpfQouYmFzZS1tb2RhbC1hcnJvdy1wb3BvdmVyLXZpZXcgLmN3LXBvcG92ZXItdmlldz4uY3ctcG9wb3Zlci1hcnJvdy5jdy1yaWdodC1hcnJvd3tiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzMwYTlhYTA4LWQzMWEtNGFmYS05ZTQ0LTEwMGZjMTMzMDlmYiIpfQouYmFzZS1tb2RhbC1hcnJvdy1wb3BvdmVyLXZpZXcgLmN3LXBvcG92ZXItdmlldz4uY3ctcG9wb3Zlci1hcnJvdy5jdy1sZWZ0LWFycm93e2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vNjU5ZGQwZDUtODQxNS00MWY2LTgwNjctNjRmMjI5YjUzNTk4Iil9Ci5iYXNlLW1vZGFsLWFycm93LXBvcG92ZXItdmlldyAuY3ctcG9wb3Zlci12aWV3Pi5jdy1wb3BvdmVyLWFycm93LmN3LXVwLWFycm93e2JhY2tncm91bmQtaW1hZ2U6dXJsKCJibG9iOmh0dHBzOi8vd3d3LmljbG91ZC5jb20vOTJhNzk5NDktNTBkYi00N2NjLWJiY2QtYjE0YzE3ZDhhYWViIil9Ci5iYXNlLW1vZGFsLWFycm93LXBvcG92ZXItdmlldyAuY3ctcG9wb3Zlci12aWV3Pi5jdy1wb3BvdmVyLWFycm93LmN3LWRvd24tYXJyb3d7YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS80ZDM0OTg3OC04M2M5LTQ0MzgtOTZiYS1iMGYwN2Q3MTNkNDAiKX0KLnBvcG92ZXItdmlldyAuY3ctcG9wb3Zlci1hcnJvdy5jdy11cC1hcnJvd3tiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tL2U0ZDE3YWMyLWE2Y2UtNDdlYy04OGRmLTkwMjBlMjhiOTU0OCIpfQoucG9wb3Zlci12aWV3IC5jdy1wb3BvdmVyLWFycm93LmN3LWRvd24tYXJyb3d7YmFja2dyb3VuZC1pbWFnZTp1cmwoImJsb2I6aHR0cHM6Ly93d3cuaWNsb3VkLmNvbS9iM2JjNmZmZi04ZWZlLTQzOTItOTNiMi1hZTkxMzU2OTcxZDMiKX0KLnBvcG92ZXItdmlldyAuY3ctcG9wb3Zlci1hcnJvdy5jdy1yaWdodC1hcnJvd3tiYWNrZ3JvdW5kLWltYWdlOnVybCgiYmxvYjpodHRwczovL3d3dy5pY2xvdWQuY29tLzA2Mjc3NzdhLThiYjctNDc5OC05Mjg2LWY5MDg3NmU4ZDc1MiIpfQo="><script src="https://appleid.cdn-apple.com/appleauth/static/jsapi/authService.latest.min.js"></script><style type="text/css"></style></head> <body apple-system-font-capable="true" style="touch-action: none;"> <div aria-hidden="true" class="mock-springboard-view" style="position: absolute; left: 0px; top: -10000px; pointer-events: none; user-select: none;"><div class="sf-ui-display" style="font-size: 26px; font-weight: 600; display: inline-block; max-width: 345px;"></div><div class="sf-ui-text" style="font-size: 15px; font-weight: 500; display: inline-block; padding-right: 4px; max-width: 345px;"></div><div class="sf-ui-text" style="font-size: 13px; font-weight: 400; display: inline-block; max-width: 295px;"></div><style>.mock-springboard-view .sf-ui-display { font-family: SFUIDisplay, Helvetica Neue, sans-serif; } .mock-springboard-view .sf-ui-text { font-family: SFUIText, Helvetica Neue, sans-serif; } body[apple-system-font-capable] .mock-springboard-view .sf-ui-display, body[apple-system-font-capable] .mock-springboard-view .sf-ui-text { font-family: system-ui, -apple-system, BlinkMacSystemFont; } </style></div> <script type="text/javascript" src="https://cdn.apple-cloudkit.com/ck/2/cloudkit.js"></script> <link rel="stylesheet" href="/system/cloudos2/2018Project64/en-us/main.css"> <script type="text/javascript" src="/system/cloudos2/2018Project64/en-us/main.js"></script> <div aria-hidden="true" id="cw-img-container-r3" style="overflow: hidden; height: 0px; width: 0px;"><img src="blob:https://www.icloud.com/291727b5-4992-4619-bda6-c1cd294423bc"><img src="blob:https://www.icloud.com/8dd0f369-478c-41b6-a8f8-19065f22dd9c"><img src="blob:https://www.icloud.com/828e42d1-9068-4dc9-8ee0-ae318c11259f"><img src="blob:https://www.icloud.com/676c2d7e-b060-4178-9828-6ba705edf660"><img src="blob:https://www.icloud.com/1f0f6b19-4b53-4a88-ada5-a5c3f0066e92"><img src="blob:https://www.icloud.com/8c29089a-a131-45df-b32b-53870a3daed4"><img src="blob:https://www.icloud.com/309ef07b-76d3-4a7d-9e8f-5e6df085df0a"><img src="blob:https://www.icloud.com/19b0d6d3-0d22-4b9d-b133-731db120681e"><img src="blob:https://www.icloud.com/83c87fc4-ff6e-4975-ba70-679c1ccd82e5"><img src="blob:https://www.icloud.com/ebb3e352-796b-42a3-81ba-a991e57a27ec"><img src="blob:https://www.icloud.com/28031a32-a544-4e7b-8635-bd95515cf36d"><img src="blob:https://www.icloud.com/8c7aa1d0-33e4-46ab-b11a-f9c2e6954a29"><img src="blob:https://www.icloud.com/0c915eb3-f315-484c-a7ad-044cf3b0a900"><img src="blob:https://www.icloud.com/1d5a1de5-6b77-4184-88a2-e69c216ccd6e"><img src="blob:https://www.icloud.com/fb95be96-35a4-4097-baf0-0f4ea810cf42"><img src="blob:https://www.icloud.com/d02fa828-6574-4360-9408-6992759a643f"><img src="blob:https://www.icloud.com/6ccee4af-cdd7-42f5-b309-ecb6e08ce1b2"><img src="blob:https://www.icloud.com/0599ad34-2037-4d13-9005-99ba619b2aa1"><img src="blob:https://www.icloud.com/2409f817-cb73-477a-a54c-52f5830a6f31"><img src="blob:https://www.icloud.com/658680e3-26d1-4486-a276-530e214a2bec"><img src="blob:https://www.icloud.com/4ba7a424-48fe-44f1-a02e-3f4b251349d8"><img src="blob:https://www.icloud.com/c33a8a62-370c-4035-a11e-e9347d557ce1"><img src="blob:https://www.icloud.com/bbf67d4e-eba2-4cc3-addc-6703affc1c76"><img src="blob:https://www.icloud.com/30a9aa08-d31a-4afa-9e44-100fc13309fb"><img src="blob:https://www.icloud.com/659dd0d5-8415-41f6-8067-64f229b53598"><img src="blob:https://www.icloud.com/92a79949-50db-47cc-bbcd-b14c17d8aaeb"><img src="blob:https://www.icloud.com/4d349878-83c9-4438-96ba-b0f07d713d40"><img src="blob:https://www.icloud.com/e4d17ac2-a6ce-47ec-88df-9020e28b9548"><img src="blob:https://www.icloud.com/b3bc6fff-8efe-4392-93b2-ae91356971d3"><img src="blob:https://www.icloud.com/0627777a-8bb7-4798-9286-f90876e8d752"></div><div class="cw-pane-container"><div><div class="root-view"> <div></div> <div></div> <div class="single-presenter-view cloudos-presenter-view multi-child-view" style="margin-top: 0px;"> <div class="child-views"><div class="bootstrap-mock-springboard-view" aria-hidden="true" style="position: absolute; pointer-events: none; user-select: none; width: 375px; height: 768px; filter: blur(31.25px); z-index: -1; left: 0px; top: 44px;"><div style="position: absolute; width: 78px; height: 78px; border-radius: 50%; background-color: rgb(192, 192, 192); left: 148.5px; top: 140.892px;"></div><div class="sf-ui-display" style="position: absolute; font-size: 26px; font-weight: 600; background-color: rgb(225, 225, 225); width: 290px; height: 30px; left: 42.5px; top: 235.892px;"></div><div class="sf-ui-text" style="position: absolute; font-size: 15px; font-weight: 500; background-color: rgb(222, 247, 255); width: 150px; height: 18px; left: 112.5px; top: 278.892px;"></div><style>.bootstrap-mock-springboard-view * { filter: contrast(0.65) brightness(1.2); } .bootstrap-mock-springboard-view .sf-ui-display { font-family: SFUIDisplay, Helvetica Neue, sans-serif; } .bootstrap-mock-springboard-view .sf-ui-text { font-family: SFUIText, Helvetica Neue, sans-serif; } body[apple-system-font-capable] .bootstrap-mock-springboard-view .sf-ui-display, body[apple-system-font-capable] .bootstrap-mock-springboard-view .sf-ui-text { font-family: system-ui, -apple-system, BlinkMacSystemFont; } </style><div style="position: absolute; border-radius: 20%; height: 60px; width: 60px; left: 58.625px; top: 409.542px; background-color: rgb(208, 196, 179);"><div style="position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%) translateY(100%); font-family: SFUIText, Helvetica, sans-serif; font-size: 13px; font-weight: 400; background-color: rgb(225, 225, 225); white-space: nowrap; width: 40px; height: 15px;"></div></div><div style="position: absolute; border-radius: 20%; height: 60px; width: 60px; left: 157.5px; top: 409.542px; background-color: rgb(251, 241, 203);"><div style="position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%) translateY(100%); font-family: SFUIText, Helvetica, sans-serif; font-size: 13px; font-weight: 400; background-color: rgb(225, 225, 225); white-space: nowrap; width: 34px; height: 15px;"></div></div><div style="position: absolute; border-radius: 20%; height: 60px; width: 60px; left: 256.375px; top: 409.542px; background-color: rgb(121, 169, 129);"><div style="position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%) translateY(100%); font-family: SFUIText, Helvetica, sans-serif; font-size: 13px; font-weight: 400; background-color: rgb(225, 225, 225); white-space: nowrap; width: 69px; height: 15px;"></div></div></div><div class="content-container-view"><div class="content" style="margin-top: 44px;"><div class="child-views"><div class="home-login-view"><div class="notice-view-container"><div></div></div><div class="container-view"><div class="cloud-os-apple-id-view"> <div class="view-visible"> <div id="auth-container" scrolling="no" class="apple-id-view apple-id-ui-view apple-id-frame-view"> <iframe src="https://idmsa.apple.com/appleauth/auth/authorize/signin?frame_id=auth-oi0hxwb9-94d3-eoub-c4qe-9oj9cxye&language=en_US&iframeId=auth-oi0hxwb9-94d3-eoub-c4qe-9oj9cxye&client_id=d39ba9916b7251055b22c7f910e2ea796ee65e98b2ddecea8f5dde8d9d1a815d&redirect_uri=https://www.icloud.com&response_type=code&response_mode=web_message&state=auth-oi0hxwb9-94d3-eoub-c4qe-9oj9cxye" width="100%" height="100%" id="aid-auth-widget-iFrame" name="aid-auth-widget" scrolling="no" frameborder="0" role="none" title="Sign In with your Apple ID"></iframe></div> </div> <canvas class="cw-spinner-view" height="96" width="96" style="height: 32px; width: 32px; display: none;"></canvas></div></div><div class="quick-access-view hide-quick-access-view"><div></div></div></div></div></div><div class="legal-footer"><div class="legal-footer-content"> <span><a class="create" target="_blank" href="#">Create Apple ID</a> | <a class="sytemStatus" target="_blank" href="https://www.apple.com/support/systemstatus/">System Status</a> <a class="privacy" target="_blank" href="https://www.apple.com/privacy/">Privacy Policy</a> | <a class="terms" target="_blank" href="https://www.apple.com/legal/internet-services/icloud/">Terms & Conditions</a> <span class="copyright">Copyright © 2020 Apple Inc. All rights reserved.</span></span> </div></div><div class="toolbar-view base-application-toolbar-view cloud-os-application-toolbar-view dark-theme" style="top: 0px;"><div class="cloud-os-application-toolbar-left-view toolbar-left-view"><span tabindex="0" class="apple-icon-button cw-button"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="44" viewBox="0 0 16 44"><path d="M8.02 16.23c-.73 0-1.86-.83-3.05-.8-1.57.02-3.01.91-3.82 2.32-1.63 2.83-.42 7.01 1.17 9.31.78 1.12 1.7 2.38 2.92 2.34 1.17-.05 1.61-.76 3.03-.76 1.41 0 1.81.76 3.05.73 1.26-.02 2.06-1.14 2.83-2.27.89-1.3 1.26-2.56 1.28-2.63-.03-.01-2.45-.94-2.48-3.74-.02-2.34 1.91-3.46 2-3.51-1.1-1.61-2.79-1.79-3.38-1.83-1.54-.12-2.83.84-3.55.84zm2.6-2.36c.65-.78 1.08-1.87.96-2.95-.93.04-2.05.62-2.72 1.4-.6.69-1.12 1.8-.98 2.86 1.03.08 2.09-.53 2.74-1.31"></path></svg></span><div></div></div><div></div><div class="cloud-os-application-toolbar-right-view toolbar-right-view"><span tabindex="0" class="help-button cw-button"><svg viewBox="0 0 99.6097412109375 99.6572265625" version="1.1" xmlns="http://www.w3.org/2000/svg" classname=" glyph-box"><g transform="matrix(1 0 0 1 -8.740283203125045 85.05859375)"><path d="M 58.5449 14.5508 C 85.791 14.5508 108.35 -8.00781 108.35 -35.2539 C 108.35 -62.4512 85.7422 -85.0586 58.4961 -85.0586 C 31.2988 -85.0586 8.74023 -62.4512 8.74023 -35.2539 C 8.74023 -8.00781 31.3477 14.5508 58.5449 14.5508 Z M 58.5449 6.25 C 35.498 6.25 17.0898 -12.207 17.0898 -35.2539 C 17.0898 -58.252 35.4492 -76.7578 58.4961 -76.7578 C 81.543 -76.7578 100 -58.252 100.049 -35.2539 C 100.098 -12.207 81.5918 6.25 58.5449 6.25 Z M 57.5195 -25.1465 C 60.0098 -25.1465 61.4746 -26.6602 61.4746 -28.6133 L 61.4746 -29.1992 C 61.4746 -31.9336 63.0859 -33.6426 66.4551 -35.8887 C 71.1914 -39.0137 74.5605 -41.8945 74.5605 -47.7051 C 74.5605 -55.8594 67.334 -60.2051 59.082 -60.2051 C 50.6836 -60.2051 45.166 -56.25 43.7988 -51.7578 C 43.5547 -50.9277 43.4082 -50.1465 43.4082 -49.3164 C 43.4082 -47.168 45.1172 -45.9473 46.7285 -45.9473 C 49.5117 -45.9473 49.9512 -47.4609 51.5137 -49.2676 C 53.125 -51.9531 55.4688 -53.5645 58.7402 -53.5645 C 63.1836 -53.5645 66.1133 -51.0742 66.1133 -47.3145 C 66.1133 -43.9941 64.0137 -42.3828 59.7656 -39.4531 C 56.25 -37.0117 53.6621 -34.4238 53.6621 -29.6387 L 53.6621 -29.0039 C 53.6621 -26.416 55.0293 -25.1465 57.5195 -25.1465 Z M 57.4219 -10.5469 C 60.2539 -10.5469 62.6953 -12.793 62.6953 -15.625 C 62.6953 -18.5059 60.3027 -20.7031 57.4219 -20.7031 C 54.541 -20.7031 52.1484 -18.457 52.1484 -15.625 C 52.1484 -12.8418 54.5898 -10.5469 57.4219 -10.5469 Z"></path></g></svg></span><div></div></div></div></div></div></div> <div class="multi-child-view"> <div class="child-views"></div></div></div></div></div><div id="cw-aria-live-region" aria-live="polite" style="position: fixed; top: -1px; width: 1px; height: 1px; overflow: hidden;"></div></body></html>
hyunsooseol / SnowRMMLatent Class Analysis(LCA), LCA for ordinal indicators, Latent class growth modeling, Laten Profile Analysis, Rasch model, Linear Logistic Test Model, Rasch mixture model, linear and equipercentile equating can be performed within module.
anggitacs / Love<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> <link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/sweetalert2@10.8.1/dist/sweetalert2.min.css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> <style> .kotak { margin-top: 250px; } </style> <title>Love</title> </head> <body> <div class="row"> <div class="col-lg text-center kotak"> <button type="button" class="btn btn-lg btn-primary tombol py-4 px-5 shadow">Click Here!</button> <h1 id="teks" class="d-none animate__animated animate__pulse">Aku sayang kamu <i class="fas fa-heart text-danger animate__animated animate__heartBeat animate__repeat-3"></i></h1> </div> </div> <form action="" method="get"> <input type="hidden" name="by"> </form> <!-- Footer --> <footer class="page-footer font-small blue fixed-bottom"> <!-- Copyright --> <div class="footer-copyright text-center py-3 text-secondary"><small> Made with <i class="fas fa-heart text-danger animate__animated animate__bounce animate__repeat-3 hati"></i> by <a href="https://www.instagram.com/acsgitacs/" class="text-decoration-none text-secondary">LOVE</a></small> </div> <!-- Copyright --> </footer> <!-- Footer --> <!-- Optional JavaScript; choose one of the two! --> <script src="script.js"></script> <script src="https://kit.fontawesome.com/61e5120832.js" crossorigin="anonymous"></script> <!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) --> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"> </script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@10.8.1/dist/sweetalert2.all.min.js"></script> <!-- Option 2: jQuery, Popper.js, and Bootstrap JS <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script> --> </body> </html>
DennisSuitters / Elfinder Bootstrap ThemeLibre Theme for elFinder to fit in with Bootstrap
praegus / Fitnesse Bootstrap Plus ThemeAn extended theme for FitNesse that increases it's usability and functionality
zimme / Meteor Select2 Bootstrap3 CssSimple css to make select2 widgets fit in with bootstrap
mixcore / Mix.fe.portalMixcore Bootstrap Dashboard is bootstrap 4 admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 4 and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
gridtemplate / DiwaDental HTML5 And Bootstrap5 Template For Dentist And Medical ClinicsDiwaDental is a Modern Responsive template for Dentist & Dental Clinic website. This is built with Bootstrap 5.x and Sass. Any health-related website such as dentist clinic, dental practices, doctors clinic, hospital, doctor consultation center, cosmetic surgery center, medical laboratory, dental clinic, centenary clinic, pharmacy, etc. For healthcare professionals like a general practitioner, surgeon, dentist, veterinarian, psychiatrist, psychologist, ophthalmologist, physiotherapist, or gynecologist website, the template will be a great fit. Fully responsive design layouts with visitor-centric stunning look and feel will help reach the business’s target audience.
sebastianha / Angular Bootstrap PwgenAn animated password generator for AngularJS styled to fit the Twitter Bootstrap standard design